Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae_pk.c709 size_t hash_len, hash_data_len; in sae_pk_valid_fingerprint() local
723 hash_data_len = tmp->ssid_len + m_len + k_ap_len; in sae_pk_valid_fingerprint()
724 hash_data = os_malloc(hash_data_len); in sae_pk_valid_fingerprint()
735 hash_data, hash_data_len); in sae_pk_valid_fingerprint()
736 res = sae_hash(hash_len, hash_data, hash_data_len, hash); in sae_pk_valid_fingerprint()
737 bin_clear_free(hash_data, hash_data_len); in sae_pk_valid_fingerprint()