Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c233 one = crypto_bignum_init_uint(1); in dragonfly_sqrt()
Dsae.c603 z = crypto_bignum_init_uint(abs(z_int)); in sswu()
605 zero = crypto_bignum_init_uint(0); in sswu()
606 one = crypto_bignum_init_uint(1); in sswu()
607 two = crypto_bignum_init_uint(2); in sswu()
608 three = crypto_bignum_init_uint(3); in sswu()
957 one = crypto_bignum_init_uint(1); in sae_derive_pt_ffc()
958 two = crypto_bignum_init_uint(2); in sae_derive_pt_ffc()
1128 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ecc()
1189 one = crypto_bignum_init_uint(1); in sae_derive_pwe_from_pt_ffc()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c54 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val) in crypto_bignum_init_uint() function
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h535 struct crypto_bignum * crypto_bignum_init_uint(unsigned int val);