Searched refs:RIJNDAEL_MAX_EXP_KEY_SIZE (Results 1 – 16 of 16) sorted by relevance
38 #define RIJNDAEL_MAX_EXP_KEY_SIZE (8 * 15) macro60 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
1135 PORT_Assert((cx->Nb * (cx->Nr + 1)) <= RIJNDAEL_MAX_EXP_KEY_SIZE); in aes_InitContext()1136 if ((cx->Nb * (cx->Nr + 1)) > RIJNDAEL_MAX_EXP_KEY_SIZE) { in aes_InitContext()
43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
943 PORT_Assert((cx->Nb * (cx->Nr + 1)) <= RIJNDAEL_MAX_EXP_KEY_SIZE); in aes_InitContext()944 if ((cx->Nb * (cx->Nr + 1)) > RIJNDAEL_MAX_EXP_KEY_SIZE) { in aes_InitContext()
936 PORT_Assert((cx->Nb * (cx->Nr + 1)) <= RIJNDAEL_MAX_EXP_KEY_SIZE); in aes_InitContext()937 if ((cx->Nb * (cx->Nr + 1)) > RIJNDAEL_MAX_EXP_KEY_SIZE) { in aes_InitContext()
47 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro70 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
884 PORT_Assert((cx->Nb * (cx->Nr + 1)) <= RIJNDAEL_MAX_EXP_KEY_SIZE); in aes_InitContext()885 if ((cx->Nb * (cx->Nr + 1)) > RIJNDAEL_MAX_EXP_KEY_SIZE) { in aes_InitContext()