Searched refs:bytebit (Results 1 – 6 of 6) sorted by relevance
57 static const u32 bytebit[8] = variable290 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
55 static const u32 bytebit[8] = variable288 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
38 static const unsigned short bytebit[8] = { variable76 pc1m[j] = (key[l >> 3] & bytebit[m]) ? 1 : 0; in deskey()
106 private static final short[] bytebit = field in DESEngine318 pc1m[j] = ((key[l >>> 3] & bytebit[l & 07]) != 0); in generateWorkingKey()
53 static const ulong32 bytebit[8] = variable1317 pc1m[j] = (unsigned char)((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in _deskey()