Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dsae.c688 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu()
714 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu()
732 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
733 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu()
746 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu()
747 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu()
Ddpp_crypto.c1078 crypto_bignum_addmod(bR, pR, q, sum) || in dpp_auth_derive_l_responder()
1740 crypto_bignum_addmod(cR, pR, q, sum) || in dpp_reconfig_derive_ke_responder()
/hostap-latest/src/crypto/
Dcrypto.h639 int crypto_bignum_addmod(const struct crypto_bignum *a,
Dcrypto_mbedtls_alt.c1307 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
Dcrypto_wolfssl.c1490 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
Dcrypto_openssl.c2102 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function