Home
last modified time | relevance | path

Searched refs:crypto_bignum_init_uint (Results 1 – 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.c651 z = crypto_bignum_init_uint(abs(z_int)); in sswu()
653 zero = crypto_bignum_init_uint(0); in sswu()
654 one = crypto_bignum_init_uint(1); in sswu()
655 two = crypto_bignum_init_uint(2); in sswu()
656 three = crypto_bignum_init_uint(3); in sswu()
1002 one = crypto_bignum_init_uint(1); in sae_derive_pt_ffc()
1003 two = crypto_bignum_init_uint(2); in sae_derive_pt_ffc()
1173 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ecc()
1234 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ffc()
Ddragonfly.c233 one = crypto_bignum_init_uint(1); in dragonfly_sqrt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddragonfly.c233 one = crypto_bignum_init_uint(1); in dragonfly_sqrt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h526 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val);
Dcrypto_wolfssl.c1045 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
Dcrypto_openssl.c1286 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h533 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val);
Dcrypto_wolfssl.c1049 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
Dcrypto_openssl.c1359 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function