Home
last modified time | relevance | path

Searched refs:RIJNDAEL_MAX_EXP_KEY_SIZE (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Drijndael.h38 #define RIJNDAEL_MAX_EXP_KEY_SIZE (8 * 15) macro
60 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c1135 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()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Drijndael.h43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c943 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()
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Drijndael.h43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c943 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()
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Drijndael.h43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c943 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()
/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Drijndael.h43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c943 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()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/
H A Drijndael.h43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c943 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()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Drijndael.h43 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
66 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c936 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()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Drijndael.h47 #define RIJNDAEL_MAX_EXP_KEY_SIZE (4 * 15) macro
70 PRUint32 expandedKey[RIJNDAEL_MAX_EXP_KEY_SIZE];
H A Drijndael.c884 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()