Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/common/
HDsae.c681 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()
HDdpp_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()
/freebsd-head/contrib/wpa/src/crypto/
HDcrypto.h639 int crypto_bignum_addmod(const struct crypto_bignum *a,
HDcrypto_wolfssl.c1490 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
HDcrypto_openssl.c2102 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function