Searched refs:fingerprint_bytes (Results 1 – 2 of 2) sorted by relevance
372 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()
74 size_t fingerprint_bytes; member