/external/wpa_supplicant_8/src/crypto/ |
aes-cbc.c | 53 * aes_128_cbc_decrypt - AES-128 CBC decryption 60 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
|
aes_wrap.h | 48 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
|
crypto_openssl.c | 418 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
|
crypto_module_tests.c | 399 if (aes_128_cbc_decrypt(tv->key, tv->iv, buf, tv->len) || [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_eke_common.c | 415 if (aes_128_cbc_decrypt(key, peer_dhcomp, peer_pub, dh->prime_len) < 0) { 697 if (aes_128_cbc_decrypt(sess->ke, prot, data, *data_len) < 0) {
|
eap_sim_common.c | 951 if (aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len)) {
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 174 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted),
|