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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 374 sha256_prf(sta->sae->pmk, sizeof(sta->sae->pmk), "AEK Derivation",
375 context, sizeof(context), sta->aek, sizeof(sta->aek));
507 if (aes_siv_encrypt(sta->aek, ampe_ie, 2 + sizeof(*ampe), 3,
580 if (aes_siv_decrypt(sta->aek, crypt, crypt_len, 3,
  /external/wpa_supplicant_8/src/ap/
sta_info.h 86 u8 aek[32]; /* SHA256 digest length */ member in struct:sta_info

Completed in 796 milliseconds