Lines Matching defs:numbits
22 * that if you hame numbits=12 and length=2 the first 12 bits will be
30 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
36 register int num = numbits / 8, n = (numbits + 7) / 8, i, rem =
37 numbits % 8;
52 if (numbits <= 0 || numbits > 64)
73 if (numbits == 32) {
76 } else if (numbits == 64) {
116 if (numbits == 32) {
119 } else if (numbits == 64) {