Searched defs:iv_len (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/crypto/ |
D | aes-gcm.c | 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() 254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() 288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad() 322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
|
D | crypto_linux.c | 686 size_t iv_len = AES_BLOCK_SIZE; in aes_128_cbc_oper() local 795 size_t iv_len = 8; in aes_unwrap() local 865 size_t iv_len = 0; in crypto_cipher_init() local
|
D | crypto_mbedtls_alt.c | 1067 size_t iv_len; in crypto_cipher_init() local
|
/hostap-latest/src/eap_common/ |
D | ikev2_common.c | 434 size_t iv_len; in ikev2_decrypt_payload() local 536 size_t iv_len, pad_len; in ikev2_build_encrypted() local
|
D | eap_sake_common.h | 76 size_t iv_len; member
|
/hostap-latest/tests/ |
D | test-aes.c | 239 size_t k_len, p_len, aad_len, iv_len; in test_gcm() local
|
/hostap-latest/src/tls/ |
D | pkcs5.c | 34 size_t iv_len; member
|