Searched refs:crypto_bignum_exptmod (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | sae.c | 362 res = crypto_bignum_exptmod(a, b, sae->tmp->prime, pwe); in sae_test_pwd_seed_ffc() 651 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, mask, sae->tmp->prime, in sae_derive_commit_element_ffc() 781 if (crypto_bignum_exptmod(sae->tmp->pwe_ffc, sae->peer_commit_scalar, in sae_derive_k_ffc() 785 crypto_bignum_exptmod(K, sae->tmp->sae_rand, sae->tmp->prime, K) < 0 in sae_derive_k_ffc() 1150 if (crypto_bignum_exptmod(sae->tmp->peer_commit_element_ffc, in sae_parse_commit_element_ffc()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 103 int crypto_bignum_exptmod(const struct crypto_bignum *a, in crypto_bignum_exptmod() function
|
D | crypto.h | 592 int crypto_bignum_exptmod(const struct crypto_bignum *a,
|
/hal_espressif-3.6.0/components/wpa_supplicant/test/ |
D | test_crypto.c | 236 TEST_ASSERT(crypto_bignum_exptmod(bn1, bn2, bn3, expmod) == 0);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 51769 .literal.crypto_bignum_exptmod 53072 .text.crypto_bignum_exptmod 53075 0x0000000040113e84 crypto_bignum_exptmod 66411 crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s2.map | 52885 .literal.crypto_bignum_exptmod 54162 .text.crypto_bignum_exptmod 54165 0x00000000400c2424 crypto_bignum_exptmod 67487 crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s3.map | 56171 .literal.crypto_bignum_exptmod 62129 .text.crypto_bignum_exptmod 62132 0x000000004203bae8 crypto_bignum_exptmod 82033 crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32c3.map | 38797 .text.crypto_bignum_exptmod 38799 0x000000004203bf58 crypto_bignum_exptmod 60942 crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|