Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c128 u8 x_bin[MAX_ECC_PRIME_LEN]; in compute_password_element() local
146 os_memset(x_bin, 0, sizeof(x_bin)); in compute_password_element()
228 const_time_select_bin(found, x_bin, prfbuf, primebytelen, in compute_password_element()
229 x_bin); in compute_password_element()
263 x_candidate = crypto_bignum_init_set(x_bin, primebytelen); in compute_password_element()
/external/wpa_supplicant_8/src/common/
Dsae.c295 u8 x_bin[SAE_MAX_ECC_PRIME_LEN]; in sae_derive_pwe_ecc() local
303 os_memset(x_bin, 0, sizeof(x_bin)); in sae_derive_pwe_ecc()
376 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc()
377 x_bin); in sae_derive_pwe_ecc()
404 x = crypto_bignum_init_set(x_bin, prime_len); in sae_derive_pwe_ecc()
432 os_memset(x_bin, 0, sizeof(x_bin)); in sae_derive_pwe_ecc()