/external/wpa_supplicant_8/src/crypto/ |
aes-cbc.c | 17 * aes_128_cbc_encrypt - AES-128 CBC encryption 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
|
aes_wrap.h | 46 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
|
crypto_openssl.c | 327 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
|
crypto_module_tests.c | 392 if (aes_128_cbc_encrypt(tv->key, tv->iv, buf, tv->len) || [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_eke_common.c | 394 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0) 656 if (aes_128_cbc_encrypt(sess->ke, iv, e, data_len + pad) < 0)
|
eap_sim_common.c | 1162 return aes_128_cbc_encrypt(k_encr, wpabuf_head_u8(msg->buf) + msg->iv,
|
/external/wpa_supplicant_8/src/wps/ |
wps_attr_build.c | 378 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain)))
|