Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c546 size_t hash_len, hash_data_len; in sae_pk_valid_fingerprint() local
560 hash_data_len = tmp->ssid_len + m_len + k_ap_len; in sae_pk_valid_fingerprint()
561 hash_data = os_malloc(hash_data_len); in sae_pk_valid_fingerprint()
573 hash_data, hash_data_len); in sae_pk_valid_fingerprint()
574 res = sae_hash(hash_len, hash_data, hash_data_len, hash); in sae_pk_valid_fingerprint()
575 bin_clear_free(hash_data, hash_data_len); in sae_pk_valid_fingerprint()