HomeSort by: relevance | last modified time | path
    Searched defs:macbits (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/bdes/
bdes.c 158 static int macbits = -1; /* number of bits in authentication */ variable in typeref:typename:int
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; j++
    [all...]
bdes.c 158 static int macbits = -1; /* number of bits in authentication */ variable in typeref:typename:int
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; j++
    [all...]

Completed in 24 milliseconds