Searched refs:qnr_bin (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/eap_common/ |
| HD | eap_pwd_common.c | 126 u8 qnr_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local 170 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), in compute_password_element() 242 qnr_bin, tmp2); in compute_password_element() 296 os_memset(qnr_bin, 0, sizeof(qnr_bin)); in compute_password_element()
|
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | sae.c | 293 u8 qnr_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local 317 crypto_bignum_to_bin(qnr, qnr_bin, sizeof(qnr_bin), prime_len) < 0) in sae_derive_pwe_ecc() 370 prime, qr_bin, qnr_bin, x_cand_bin); in sae_derive_pwe_ecc()
|