Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c125 u8 qr_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local
168 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), in compute_password_element()
241 res = dragonfly_is_quadratic_residue_blind(grp->group, qr_bin, in compute_password_element()
295 os_memset(qr_bin, 0, sizeof(qr_bin)); in compute_password_element()
/external/wpa_supplicant_8/src/common/
Dsae.c297 u8 qr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
321 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), prime_len) < 0 || in sae_derive_pwe_ecc()
375 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()