Searched refs:crypto_bignum_addmod (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | 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()
|
H A D | dpp_crypto.c | 1058 crypto_bignum_addmod(bR, pR, q, sum) || in dpp_auth_derive_l_responder() 1717 crypto_bignum_addmod(cR, pR, q, sum) || in dpp_reconfig_derive_ke_responder()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 623 * crypto_bignum_addmod - d = a + b (mod c) 630 int crypto_bignum_addmod(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1470 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
H A D | crypto_wolfssl.c | 1191 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 630 * crypto_bignum_addmod - d = a + b (mod c) 637 int crypto_bignum_addmod(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1197 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
H A D | crypto_openssl.c | 1543 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
Completed in 22 milliseconds