RC2_BLOCK_SIZE 1072 source4/heimdal/lib/hcrypto/evp.c RC2_BLOCK_SIZE,
RC2_BLOCK_SIZE 1074 source4/heimdal/lib/hcrypto/evp.c RC2_BLOCK_SIZE,
RC2_BLOCK_SIZE 1101 source4/heimdal/lib/hcrypto/evp.c RC2_BLOCK_SIZE,
RC2_BLOCK_SIZE 1103 source4/heimdal/lib/hcrypto/evp.c RC2_BLOCK_SIZE,
RC2_BLOCK_SIZE 1130 source4/heimdal/lib/hcrypto/evp.c RC2_BLOCK_SIZE,
RC2_BLOCK_SIZE 1132 source4/heimdal/lib/hcrypto/evp.c RC2_BLOCK_SIZE,
RC2_BLOCK_SIZE 205 source4/heimdal/lib/hcrypto/rc2.c unsigned char tmp[RC2_BLOCK_SIZE];
RC2_BLOCK_SIZE 209 source4/heimdal/lib/hcrypto/rc2.c while (size >= RC2_BLOCK_SIZE) {
RC2_BLOCK_SIZE 210 source4/heimdal/lib/hcrypto/rc2.c for (i = 0; i < RC2_BLOCK_SIZE; i++)
RC2_BLOCK_SIZE 213 source4/heimdal/lib/hcrypto/rc2.c memcpy(iv, out, RC2_BLOCK_SIZE);
RC2_BLOCK_SIZE 214 source4/heimdal/lib/hcrypto/rc2.c size -= RC2_BLOCK_SIZE;
RC2_BLOCK_SIZE 215 source4/heimdal/lib/hcrypto/rc2.c in += RC2_BLOCK_SIZE;
RC2_BLOCK_SIZE 216 source4/heimdal/lib/hcrypto/rc2.c out += RC2_BLOCK_SIZE;
RC2_BLOCK_SIZE 221 source4/heimdal/lib/hcrypto/rc2.c for (i = size; i < RC2_BLOCK_SIZE; i++)
RC2_BLOCK_SIZE 224 source4/heimdal/lib/hcrypto/rc2.c memcpy(iv, out, RC2_BLOCK_SIZE);
RC2_BLOCK_SIZE 227 source4/heimdal/lib/hcrypto/rc2.c while (size >= RC2_BLOCK_SIZE) {
RC2_BLOCK_SIZE 228 source4/heimdal/lib/hcrypto/rc2.c memcpy(tmp, in, RC2_BLOCK_SIZE);
RC2_BLOCK_SIZE 230 source4/heimdal/lib/hcrypto/rc2.c for (i = 0; i < RC2_BLOCK_SIZE; i++)
RC2_BLOCK_SIZE 232 source4/heimdal/lib/hcrypto/rc2.c memcpy(iv, tmp, RC2_BLOCK_SIZE);
RC2_BLOCK_SIZE 233 source4/heimdal/lib/hcrypto/rc2.c size -= RC2_BLOCK_SIZE;
RC2_BLOCK_SIZE 234 source4/heimdal/lib/hcrypto/rc2.c in += RC2_BLOCK_SIZE;
RC2_BLOCK_SIZE 235 source4/heimdal/lib/hcrypto/rc2.c out += RC2_BLOCK_SIZE;
RC2_BLOCK_SIZE 238 source4/heimdal/lib/hcrypto/rc2.c memcpy(tmp, in, RC2_BLOCK_SIZE);
RC2_BLOCK_SIZE 242 source4/heimdal/lib/hcrypto/rc2.c memcpy(iv, tmp, RC2_BLOCK_SIZE);
RC2_BLOCK_SIZE 50 source4/heimdal/lib/hcrypto/rc2.h #define RC2_BLOCK RC2_BLOCK_SIZE