Searched refs:MAXKC (Results 1 – 4 of 4) sorted by relevance
11 #define MAXKC RIJNDAEL_MAXKC macro
36 int rijndaelKeySched(word8 k[MAXKC][4], word8 W[MAXROUNDS+1][4][4], int ROUNDS) { in rijndaelKeySched()42 word8 x8[MAXKC][4]; in rijndaelKeySched()43 word32 x32[MAXKC]; in rijndaelKeySched()
40 word8 k[MAXKC][4]; in rijndael_makeKey()
82 #define MAXKC (256/32) macro