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

  /external/wpa_supplicant_8/src/crypto/
aes_siv.h 12 int aes_siv_encrypt(const u8 *key, size_t key_len,
aes-siv.c 120 int aes_siv_encrypt(const u8 *key, size_t key_len, function
crypto_module_tests.c 96 if (aes_siv_encrypt(key, sizeof(key), plaintext, sizeof(plaintext),
126 if (aes_siv_encrypt(key_2, sizeof(key_2),
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 601 if (aes_siv_encrypt(sta->aek, sizeof(sta->aek), ampe_ie, 2 + len, 3,
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 135 if (aes_siv_encrypt(ptk->kek, ptk->kek_len,
    [all...]

Completed in 139 milliseconds