Searched refs:bytebit (Results 1 – 4 of 4) sorted by relevance
49 static const u32 bytebit[8] = variable282 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
55 static const uint16_t bytebit[8] = { variable98 pc1m[j] = (key[l >> 3] & bytebit[m]) ? 1 : 0; in deskey()
1466 static const int bytebit[] = { variable1487 bytebit[m]) /* and which bit of that byte */ in deskey()1500 ks[j/6] |= bytebit[l] >> 2; in deskey()