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

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dsmbdes.c108 static int sbox[8][4][16] = { variable
238 b[j][k] = (sbox[j][m][n] & (1<<(3-k)))?1:0;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dsmbdes.c109 static const uchar sbox[8][4][16] = { variable
239 b[j][k] = (sbox[j][m][n] & (1<<(3-k)))?1:0;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dufc.c109 * result of sbox lookups
119 static int sbox[8][4][16]= { variable
202 * They do sbox lookup, shifting of this value, 32 bit
292 /* lookup a 6 bit value in sbox */
294 #define s_lookup(i,s) sbox[(i)][(((s)>>4) & 0x2)|((s) & 0x1)][((s)>>1) & 0xf];
368 * values of the sbox lookups done with the two 6
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tests/
H A Dcrypttest.c132 * result of sbox lookups
142 static int sbox[8][4][16]= { variable
225 * They do sbox lookup, shifting of this value, 32 bit
315 /* lookup a 6 bit value in sbox */
317 #define s_lookup(i,s) sbox[(i)][(((s)>>4) & 0x2)|((s) & 0x1)][((s)>>1) & 0xf];
391 * values of the sbox lookups done with the two 6

Completed in 43 milliseconds