Searched refs:macbits (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/bdes/
H A Dbdes.c158 static int macbits = -1; /* number of bits in authentication */ variable
248 if ((macbits = setbits(optarg, 1)) > 64)
696 for (n = 0; macbits > 7; n++, macbits -= 8)
698 if (macbits > 0) {
700 for (j = 0; j < macbits; j++)
1026 for (n = 0; macbits > 7; n++, macbits -= 8)
1028 if (macbits > 0) {
1030 for (j = 0; j < macbits;
[all...]

Completed in 132 milliseconds