Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dsae.c660 z = crypto_bignum_init_uint(abs(z_int)); in sswu()
662 zero = crypto_bignum_init_uint(0); in sswu()
663 one = crypto_bignum_init_uint(1); in sswu()
664 two = crypto_bignum_init_uint(2); in sswu()
665 three = crypto_bignum_init_uint(3); in sswu()
1011 one = crypto_bignum_init_uint(1); in sae_derive_pt_ffc()
1012 two = crypto_bignum_init_uint(2); in sae_derive_pt_ffc()
1182 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ecc()
1243 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ffc()
Ddragonfly.c236 one = crypto_bignum_init_uint(1); in dragonfly_sqrt()
/hostap-latest/src/crypto/
Dcrypto.h535 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val);
Dcrypto_mbedtls_alt.c1182 struct crypto_bignum *crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
Dcrypto_wolfssl.c1342 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
Dcrypto_openssl.c1918 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function