Home
last modified time | relevance | path

Searched refs:crypto_bignum_init (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c224 num = crypto_bignum_init(); in is_quadratic_residue_blind()
556 sae->tmp->pwe_ffc = crypto_bignum_init(); in sae_derive_pwe_ffc()
631 sae->tmp->own_commit_element_ffc = crypto_bignum_init(); in sae_derive_commit_element_ffc()
675 sae->tmp->own_commit_scalar = crypto_bignum_init(); in sae_derive_commit()
753 K = crypto_bignum_init(); in sae_derive_k_ffc()
794 tmp = crypto_bignum_init(); in sae_derive_keys()
1059 res = crypto_bignum_init(); in sae_parse_commit_element_ffc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h500 struct crypto_bignum * crypto_bignum_init(void);
Dcrypto_openssl.c1113 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function