Home
last modified time | relevance | path

Searched refs:qr_bin (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dsae.c292 u8 qr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
318 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), prime_len) < 0 || in sae_derive_pwe_ecc()
372 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c298 u8 qr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
324 crypto_bignum_to_bin(qr, qr_bin, sizeof(qr_bin), prime_len) < 0 || in sae_derive_pwe_ecc()
368 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()

Completed in 7 milliseconds