Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c125 u8 qr_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local
165 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), in compute_password_element()
238 res = dragonfly_is_quadratic_residue_blind(grp->group, qr_bin, in compute_password_element()
320 os_memset(qr_bin, 0, sizeof(qr_bin)); in compute_password_element()
/freebsd/contrib/wpa/src/common/
H A Dsae.c296 u8 qr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
322 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), prime_len) < 0 || in sae_derive_pwe_ecc()
366 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()