/hostap-latest/src/crypto/ |
D | aes-cbc.c | 24 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()
|
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 | aes-siv.c | 129 u8 *iv, *crypt_pw; in aes_siv_encrypt() local 173 u8 iv[AES_BLOCK_SIZE]; in aes_siv_decrypt() local
|
D | crypto_linux.c | 675 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()
|
D | crypto_internal-cipher.c | 44 const u8 *iv, const u8 *key, in crypto_cipher_init()
|
D | crypto_mbedtls_alt.c | 1004 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()
|
D | crypto_nettle.c | 412 const u8 *iv, const u8 *key, in crypto_cipher_init()
|
D | crypto_gnutls.c | 403 const u8 *iv, const u8 *key, in crypto_cipher_init()
|
D | crypto_libtomcrypt.c | 302 const u8 *iv, const u8 *key, in crypto_cipher_init()
|
D | crypto_wolfssl.c | 652 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()
|
D | crypto_module_tests.c | 352 u8 iv[16]; in test_cbc() member
|
D | crypto_openssl.c | 685 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/ |
D | ikev2_common.c | 175 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
|
D | eap_eke_common.c | 347 u8 iv[AES_BLOCK_SIZE]; in eap_eke_dhcomp() local 588 u8 *pos, *iv, *e; in eap_eke_prot() local
|
D | eap_sake_common.h | 75 const u8 *iv; member
|
D | eap_sim_common.c | 934 size_t encr_data_len, const u8 *iv, in eap_sim_parse_encr() 976 size_t mac, iv, encr; /* index from buf */ member
|
D | eap_sim_common.h | 184 const u8 *rand, *autn, *mac, *iv, *encr_data, *version_list, *nonce_s; member
|
/hostap-latest/tests/ |
D | test-aes.c | 62 char *iv; member 237 u8 k[32], aad[32], iv[64], t[16], tag[16]; in test_gcm() local
|
/hostap-latest/src/tls/ |
D | pkcs5.c | 33 u8 iv[8]; member 495 u8 iv[8]; in pkcs12_crypto_init_sha1() local
|
/hostap-latest/port/mbedtls/ |
D | supp_psa_api.c | 148 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/ |
D | wps_attr_build.c | 398 u8 *iv, *data; in wps_build_encr_settings() local
|