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

/external/wpa_supplicant/
H A Daes_wrap.h41 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
H A Daes_wrap.c483 * aes_128_cbc_decrypt - AES-128 CBC decryption
490 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Deap_sim_common.c583 aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes_wrap.h45 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
H A Daes_wrap.c501 * aes_128_cbc_decrypt - AES-128 CBC decryption
508 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_common.c173 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted),
/external/wpa_supplicant/tests/
H A Dtest_aes.c157 aes_128_cbc_decrypt(tv->key, tv->iv, buf, tv->len);
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_aes.c157 aes_128_cbc_decrypt(tv->key, tv->iv, buf, tv->len);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c956 if (aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len)) {

Completed in 22 milliseconds