Searched refs:crypto_bignum_addmod (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/contrib/wpa/src/common/ |
| HD | sae.c | 681 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu() 707 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu() 725 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu() 726 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu() 739 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu() 740 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu()
|
| HD | 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()
|
| /freebsd-head/contrib/wpa/src/crypto/ |
| HD | crypto.h | 639 int crypto_bignum_addmod(const struct crypto_bignum *a,
|
| HD | crypto_wolfssl.c | 1490 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
| HD | crypto_openssl.c | 2102 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|