Home
last modified time | relevance | path

Searched refs:crypto_mod_exp (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal-modexp.c29 if (crypto_mod_exp(&generator, 1, privkey, prime_len, prime, prime_len, in crypto_dh_init()
81 res = crypto_mod_exp(pubkey, pubkey_len, privkey, privkey_len, in crypto_dh_derive_secret()
89 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
Ddh_groups.c1227 if (crypto_mod_exp(dh->generator, dh->generator_len, in dh_init()
1264 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public), in dh_derive_shared()
Dcrypto.h467 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_write.c392 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len, in tlsv1_key_x_dh()
440 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_dh()
Dtlsv1_server_write.c450 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
Dtlsv1_server_read.c775 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret, in tls_process_client_key_exchange_dh()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c729 int crypto_mod_exp(const uint8_t *base, size_t base_len, in crypto_mod_exp() function
951 if (crypto_mod_exp(&generator, 1, privkey, prime_len, prime, prime_len, in crypto_dh_init()