Searched refs:crypto_mod_exp (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_internal-modexp.c | 29 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
|
D | dh_groups.c | 1227 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()
|
D | crypto.h | 467 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_write.c | 392 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()
|
D | tlsv1_server_write.c | 450 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
|
D | tlsv1_server_read.c | 775 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/ |
D | crypto_mbedtls.c | 729 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()
|