Searched refs:word32 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DrijndaelApi.h50 word32 keyLen; /* Length of the key in bits */
51 word32 blockLen; /* Length of block in bits */
52 word32 columns; /* optimization, blockLen / 32 */
H A Drijndael-alg-ref.c90 static inline word8 mod255(word32 b)
380 ((word32 *)a)[0] ^= *((word32 *)(&rk[0]));
381 ((word32 *)a)[1] ^= *((word32 *)(&rk[1]));
382 ((word32 *)a)[2] ^= *((word32 *)(&rk[2]));
383 ((word32 *)a)[3] ^= *((word32 *)(&rk[3]));
408 word32 lwor
[all...]
H A Drijndael-alg-ref.h39 typedef unsigned int word32; typedef
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dboxes-ref.h84 static const word32 rcon[30] = {
H A Drijndael-alg-ref.h31 typedef unsigned long word32; typedef

Completed in 116 milliseconds