Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c144 u8 qnr_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local
204 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), in compute_password_element()
290 const_time_select_bin(mask, qr_bin, qnr_bin, primebytelen, in compute_password_element()
359 os_memset(qnr_bin, 0, sizeof(qnr_bin)); in compute_password_element()
/external/wpa_supplicant_8/src/common/
Dsae.c479 u8 qnr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
506 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), prime_len) < 0) in sae_derive_pwe_ecc()
557 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()