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

  /external/wpa_supplicant_8/src/crypto/
aes_siv.h 15 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len,
aes-siv.c 147 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len, function
crypto_module_tests.c 105 if (aes_siv_decrypt(key, iv_c, sizeof(iv_c), 1, addr, len, out)) {
134 if (aes_siv_decrypt(key_2, iv_c_2, sizeof(iv_c_2), 3, addr, len, out)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 580 if (aes_siv_decrypt(sta->aek, crypt, crypt_len, 3,

Completed in 41 milliseconds