Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_pwd_common.c126 u8 qnr_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local
167 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), in compute_password_element()
239 qnr_bin, tmp2); in compute_password_element()
321 os_memset(qnr_bin, 0, sizeof(qnr_bin)); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_pwd_common.c126 u8 qnr_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local
167 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), in compute_password_element()
239 qnr_bin, tmp2); in compute_password_element()
321 os_memset(qnr_bin, 0, sizeof(qnr_bin)); in compute_password_element()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dsae.c293 u8 qnr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
319 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_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/
Dsae.c297 u8 qnr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
323 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), prime_len) < 0) in sae_derive_pwe_ecc()
366 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()