Searched refs:byte_off (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/crypt_modules/sunmd5/ | ||
H A D | sunmd5.c | 97 int byte_off; local 101 byte_off = bit_num / 8; 105 return ((digest[byte_off] & (0x01 << bit_off)) ? 1 : 0); |
Completed in 45 milliseconds