Home
last modified time | relevance | path

Searched refs:RIJNDAEL_MAXNR (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/crypto/rijndael/
H A Drijndael.h34 #define RIJNDAEL_MAXNR 14 macro
39 uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)]; /* encrypt key schedule */
40 uint32_t dk[4 * (RIJNDAEL_MAXNR + 1)]; /* decrypt key schedule */
H A Drijndael-api-fst.h46 uint32_t rk[4*(RIJNDAEL_MAXNR + 1)]; /* key schedule */
47 uint32_t ek[4*(RIJNDAEL_MAXNR + 1)]; /* CFB1 key schedule (encryption only) */
/freebsd/sys/crypto/via/
H A Dpadlock.h61 uint32_t ses_ekey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
62 uint32_t ses_dkey[4 * (RIJNDAEL_MAXNR + 1) + 4] __aligned(16); /* 128 bit aligned */
H A Dpadlock_cipher.c107 for (i = 0; i < 4 * (RIJNDAEL_MAXNR + 1); i++) { in padlock_cipher_key_setup()
/freebsd/sys/opencrypto/
H A Dgmac.h42 uint32_t keysched[4*(RIJNDAEL_MAXNR + 1)];
H A Dcbc_mac.h54 uint32_t keysched[4*(RIJNDAEL_MAXNR+1)];
H A Dxform_enc.h107 uint32_t ac_ek[4*(RIJNDAEL_MAXNR + 1)];
/freebsd/sys/crypto/openssl/
H A Dossl_cipher.h57 uint32_t ks[4 * (RIJNDAEL_MAXNR + 1)];
H A Dossl_arm.h43 #define BSAES_KEY_SIZE (128 * (RIJNDAEL_MAXNR - 1) + 2 * AES_BLOCK_LEN)
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c301 uint32_t keysched[4 * (RIJNDAEL_MAXNR + 1)]; in t4_init_gmac_hash()
374 uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)]; in t4_aes_getdeckey()
/freebsd/sys/dev/cesa/
H A Dcesa.c465 uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)]; in cesa_prep_aes_key()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1193 uint32_t ks[4 * (RIJNDAEL_MAXNR + 1)]; in qat_crypto_gmac_precompute()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1286 uint32_t ks[4 * (RIJNDAEL_MAXNR + 1)]; in safexcel_setkey_ghash()