Home
last modified time | relevance | path

Searched refs:my_nonce (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c365 size_t nonce_len = sizeof(sta->my_nonce); in mesh_rsn_derive_mtk()
373 if (os_memcmp(sta->my_nonce, sta->peer_nonce, nonce_len) < 0) { in mesh_rsn_derive_mtk()
374 min = sta->my_nonce; in mesh_rsn_derive_mtk()
378 max = sta->my_nonce; in mesh_rsn_derive_mtk()
418 if (random_get_bytes(sta->my_nonce, 32) < 0) { in mesh_rsn_init_ampe_sta()
468 os_memcpy(ampe->local_nonce, sta->my_nonce, 32); in mesh_rsn_protect_frame()
561 os_memcmp(ampe->peer_nonce, sta->my_nonce, 32) != 0) { in mesh_rsn_process_ampe()
/external/wpa_supplicant_8/src/ap/
Dsta_info.h68 u8 my_nonce[32]; member