Home
last modified time | relevance | path

Searched refs:aes_128_cbc_encrypt (Results 1 – 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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() function
Daes_wrap.h48 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
Dcrypto_module_tests.c397 if (aes_128_cbc_encrypt(tv->key, tv->iv, buf, tv->len) || in test_cbc()
Dcrypto_linux.c745 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() function
Dcrypto_wolfssl.c374 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() function
Dcrypto_openssl.c538 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/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() function
Daes_wrap.h48 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
Dcrypto_linux.c745 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() function
Dcrypto_module_tests.c397 if (aes_128_cbc_encrypt(tv->key, tv->iv, buf, tv->len) || in test_cbc()
Dcrypto_wolfssl.c374 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() function
Dcrypto_openssl.c465 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_eke_common.c366 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0) in eap_eke_dhcomp()
627 if (aes_128_cbc_encrypt(sess->ke, iv, e, data_len + pad) < 0 || in eap_eke_prot()
Deap_sim_common.c1164 return aes_128_cbc_encrypt(k_encr, wpabuf_head_u8(msg->buf) + msg->iv, in eap_sim_msg_add_encr_end()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_eke_common.c366 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0) in eap_eke_dhcomp()
627 if (aes_128_cbc_encrypt(sess->ke, iv, e, data_len + pad) < 0 || in eap_eke_prot()
Deap_sim_common.c1174 return aes_128_cbc_encrypt(k_encr, wpabuf_head_u8(msg->buf) + msg->iv, in eap_sim_msg_add_encr_end()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_build.c415 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain))) in wps_build_encr_settings()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_attr_build.c406 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain))) in wps_build_encr_settings()