Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 21 of 21) sorted by relevance

/hostap-latest/src/crypto/
Daes-cbc.c24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
Daes-gcm.c192 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()
Daes-siv.c129 u8 *iv, *crypt_pw; in aes_siv_encrypt() local
173 u8 iv[AES_BLOCK_SIZE]; in aes_siv_decrypt() local
Dcrypto_linux.c675 static int aes_128_cbc_oper(const u8 *key, int enc, const u8 *iv, in aes_128_cbc_oper()
745 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
751 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
859 const u8 *iv, const u8 *key, in crypto_cipher_init()
Dcrypto_internal-cipher.c44 const u8 *iv, const u8 *key, in crypto_cipher_init()
Dcrypto_mbedtls_alt.c1004 static int aes_128_cbc_oper(const u8 *key, const u8 *iv, u8 *data, size_t data_len, int mode) in aes_128_cbc_oper()
1025 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
1033 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
1061 struct crypto_cipher *crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, s… in crypto_cipher_init()
Dcrypto_nettle.c412 const u8 *iv, const u8 *key, in crypto_cipher_init()
Dcrypto_gnutls.c403 const u8 *iv, const u8 *key, in crypto_cipher_init()
Dcrypto_libtomcrypt.c302 const u8 *iv, const u8 *key, in crypto_cipher_init()
Dcrypto_wolfssl.c652 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
671 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
773 const u8 *iv, const u8 *key, in crypto_cipher_init()
Dcrypto_module_tests.c352 u8 iv[16]; in test_cbc() member
Dcrypto_openssl.c685 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
712 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
855 const u8 *iv, const u8 *key, in crypto_cipher_init()
/hostap-latest/src/eap_common/
Dikev2_common.c175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
210 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
435 const u8 *pos, *end, *iv, *integ; in ikev2_decrypt_payload() local
537 u8 *icv, *iv; in ikev2_build_encrypted() local
Deap_eke_common.c347 u8 iv[AES_BLOCK_SIZE]; in eap_eke_dhcomp() local
588 u8 *pos, *iv, *e; in eap_eke_prot() local
Deap_sake_common.h75 const u8 *iv; member
Deap_sim_common.c934 size_t encr_data_len, const u8 *iv, in eap_sim_parse_encr()
976 size_t mac, iv, encr; /* index from buf */ member
Deap_sim_common.h184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
/hostap-latest/tests/
Dtest-aes.c62 char *iv; member
237 u8 k[32], aad[32], iv[64], t[16], tag[16]; in test_gcm() local
/hostap-latest/src/tls/
Dpkcs5.c33 u8 iv[8]; member
495 u8 iv[8]; in pkcs12_crypto_init_sha1() local
/hostap-latest/port/mbedtls/
Dsupp_psa_api.c148 int aes_128_cbc_encrypt_psa(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt_psa()
191 int aes_128_cbc_decrypt_psa(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt_psa()
/hostap-latest/src/wps/
Dwps_attr_build.c398 u8 *iv, *data; in wps_build_encr_settings() local