Searched refs:x_bin (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pwd_common.c | 128 u8 x_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local 148 os_memset(x_bin, 0, sizeof(x_bin)); in compute_password_element() 225 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element() 226 x_bin); in compute_password_element() 260 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element() 287 os_memcpy(x_y, x_bin, primebytelen); in compute_password_element()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 296 u8 x_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local 306 os_memset(x_bin, 0, sizeof(x_bin)); in sae_derive_pwe_ecc() 369 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc() 370 x_bin); in sae_derive_pwe_ecc() 397 x = crypto_bignum_init_set(x_bin, prime_len); in sae_derive_pwe_ecc() 425 os_memcpy(x_y, x_bin, prime_len); in sae_derive_pwe_ecc() 442 os_memset(x_bin, 0, sizeof(x_bin)); in sae_derive_pwe_ecc()
|