Home
last modified time | relevance | path

Searched refs:sbox (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/crypt/
Dcrypt_util.c104 static const int sbox[8][4][16]= { variable
322 #define s_lookup(i,s) sbox[(i)][(((s)>>4) & 0x2)|((s) & 0x1)][((s)>>1) & 0xf];