Searched refs:crypto_bignum_addmod (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/common/ |
D | sae.c | 688 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()
|
D | dpp_crypto.c | 1078 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/ |
D | crypto.h | 639 int crypto_bignum_addmod(const struct crypto_bignum *a,
|
D | crypto_mbedtls_alt.c | 1307 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
D | crypto_wolfssl.c | 1490 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
D | crypto_openssl.c | 2102 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|