Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dsae_pk.c372 tmp->fingerprint_bytes = tmp->fingerprint_bits = 0; in sae_pk_set_password()
413 tmp->fingerprint_bytes = pos - tmp->fingerprint; in sae_pk_set_password()
415 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_set_password()
713 if (!tmp->fingerprint_bytes) { in sae_pk_valid_fingerprint()
757 tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
758 res = os_memcmp_const(hash, tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
762 tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
Dsae.h74 size_t fingerprint_bytes; member