Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c395 tmp->fingerprint_bytes = tmp->fingerprint_bits = 0; in sae_pk_set_password()
439 tmp->fingerprint_bytes = pos - tmp->fingerprint; in sae_pk_set_password()
441 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_set_password()
550 if (!tmp->fingerprint_bytes) { in sae_pk_valid_fingerprint()
596 tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
597 res = os_memcmp_const(hash, tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
601 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
Dsae.h76 size_t fingerprint_bytes; member