Searched refs:aes_128_cbc_encrypt (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-cbc.c17 * 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
H A Daes_wrap.h48 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
H A Dcrypto_linux.c742 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Dcrypto_openssl.c430 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Dcrypto_module_tests.c397 if (aes_128_cbc_encrypt(tv->key, tv->iv, buf, tv->len) ||
/external/wpa_supplicant_8/src/crypto/
H A Daes-cbc.c17 * 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
H A Daes_wrap.h48 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
H A Dcrypto_linux.c742 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Dcrypto_openssl.c430 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Dcrypto_module_tests.c397 if (aes_128_cbc_encrypt(tv->key, tv->iv, buf, tv->len) ||
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-cbc.c17 * 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
H A Daes_wrap.h48 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
H A Dcrypto_linux.c742 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Dcrypto_openssl.c430 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
H A Dcrypto_module_tests.c397 if (aes_128_cbc_encrypt(tv->key, tv->iv, buf, tv->len) ||
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c389 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0)
649 if (aes_128_cbc_encrypt(sess->ke, iv, e, data_len + pad) < 0 ||
H A Deap_sim_common.c1159 return aes_128_cbc_encrypt(k_encr, wpabuf_head_u8(msg->buf) + msg->iv,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c389 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0)
649 if (aes_128_cbc_encrypt(sess->ke, iv, e, data_len + pad) < 0 ||
H A Deap_sim_common.c1159 return aes_128_cbc_encrypt(k_encr, wpabuf_head_u8(msg->buf) + msg->iv,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c389 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0)
649 if (aes_128_cbc_encrypt(sess->ke, iv, e, data_len + pad) < 0 ||
H A Deap_sim_common.c1159 return aes_128_cbc_encrypt(k_encr, wpabuf_head_u8(msg->buf) + msg->iv,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_build.c396 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain)))
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_build.c396 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain)))
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_build.c396 if (aes_128_cbc_encrypt(wps->keywrapkey, iv, data, wpabuf_len(plain)))

Completed in 2226 milliseconds