Searched refs:aes_128_cbc_decrypt (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-cbc.c | 57 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt() function
|
D | aes_wrap.h | 41 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | aes_wrap.h | 45 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
|
D | aes_wrap.c | 508 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/ |
D | test_aes.c | 157 aes_128_cbc_decrypt(tv->key, tv->iv, buf, tv->len); in test_cbc()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_common.c | 173 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 171 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.c | 951 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/ |
D | eap_sim_common.c | 956 if (aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len)) { in eap_sim_parse_encr()
|