Searched refs:crypto_bignum_addmod (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 295 int crypto_bignum_addmod(const struct crypto_bignum *a, in crypto_bignum_addmod() function
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 632 crypto_bignum_addmod(t1, t2, prime, t1) < 0) in sswu() 658 crypto_bignum_addmod(one, t, prime, t2) < 0 || in sswu() 676 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu() 677 crypto_bignum_addmod(t1, b, prime, gx1) < 0) in sswu() 690 crypto_bignum_addmod(t1, t2, prime, t1) < 0 || in sswu() 691 crypto_bignum_addmod(t1, b, prime, gx2) < 0) in sswu()
|
D | dpp.c | 2072 (crypto_bignum_addmod(sum, bR_bn, pR_bn, q) != 0)) in dpp_auth_derive_l_responder()
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto.h | 639 int crypto_bignum_addmod(const struct crypto_bignum *a,
|