Home
last modified time | relevance | path

Searched refs:aes_128_cbc_decrypt (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-cbc.c57 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt() function
Daes_wrap.h41 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Daes_wrap.h45 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
Daes_wrap.c508 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt() function
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dtest_aes.c157 aes_128_cbc_decrypt(tv->key, tv->iv, buf, tv->len); in test_cbc()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_common.c173 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
/external/wpa_supplicant_8/src/wps/
Dwps_common.c171 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
/external/wpa_supplicant_8/src/eap_common/
Deap_sim_common.c951 if (aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len)) { in eap_sim_parse_encr()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Deap_sim_common.c956 if (aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len)) { in eap_sim_parse_encr()