HomeSort by relevance Sort by last modified time
    Searched refs:aes_128_cbc_decrypt (Results 1 - 8 of 8) sorted by null

  /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 50 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
crypto_linux.c 748 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
crypto_openssl.c 457 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) function
    [all...]
crypto_module_tests.c 404 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 948 if (aes_128_cbc_decrypt(k_encr, iv, decrypted, encr_data_len)) {
  /external/wpa_supplicant_8/src/wps/
wps_common.c 177 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted),

Completed in 797 milliseconds