Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dsae.c653 z = crypto_bignum_init_uint(abs(z_int)); in sswu()
655 zero = crypto_bignum_init_uint(0); in sswu()
656 one = crypto_bignum_init_uint(1); in sswu()
657 two = crypto_bignum_init_uint(2); in sswu()
658 three = crypto_bignum_init_uint(3); in sswu()
1004 one = crypto_bignum_init_uint(1); in sae_derive_pt_ffc()
1005 two = crypto_bignum_init_uint(2); in sae_derive_pt_ffc()
1175 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ecc()
1236 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ffc()
H A Ddragonfly.c236 one = crypto_bignum_init_uint(1); in dragonfly_sqrt()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h535 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val);
H A Dcrypto_wolfssl.c1342 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
H A Dcrypto_openssl.c1918 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function