Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c545 u8 *hash_data, *pos; in sae_pk_valid_fingerprint() local
561 hash_data = os_malloc(hash_data_len); in sae_pk_valid_fingerprint()
562 if (!hash_data) { in sae_pk_valid_fingerprint()
565 pos = hash_data; 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()