Searched refs:MAXKC (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.h32 #define MAXKC (256/32) macro
/macosx-10.10/OpenSSH-189/openssh/
H A Drijndael.h31 #define MAXKC (256/32) macro
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Drijndael-alg-ref.h22 #define MAXKC (MAX_AES_KEY_BITS/32) macro
34 int _rijndaelKeySched (word8 k[4][MAXKC], int keyBits, int blockBits,
H A Drijndael-alg-ref.c108 int _rijndaelKeySched (word8 k[4][MAXKC], int keyBits, int blockBits, word8 W[MAXROUNDS+1][4][MAXBC]) {
114 word8 tk[4][MAXKC];
H A DrijndaelApi.c38 word8 k[4][MAXKC];
67 memset(k, 0, 4 * MAXKC);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drijndael-alg-ref.h30 #define MAXKC (MAX_AES_KEY_BITS/32) macro
42 int rijndaelKeySched (word8 k[4][MAXKC], int keyBits, int blockBits,
H A DrijndaelApi.c102 word8 k[4][MAXKC];
109 memset(k, 0, 4 * MAXKC);
H A Drijndael-alg-ref.c198 word8 k[4][MAXKC],
208 word8 tk[4][MAXKC];
H A DvRijndael-alg-ref.c171 memset( (char *) vk, 0, 4 * MAXKC);
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_locl.h82 #define MAXKC (256/32) macro

Completed in 147 milliseconds