Searched refs:crypto_mod_exp (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | dh_groups.c | 1226 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_internal-modexp.c | 16 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto.h | 455 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
D | crypto_gnutls.c | 154 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto_libtomcrypt.c | 696 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
D | crypto_openssl.c | 470 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_eke_common.c | 190 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len, in eap_eke_dh_init() 424 if (crypto_mod_exp(peer_pub, dh->prime_len, dhpriv, dh->prime_len, in eap_eke_shared_secret()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_write.c | 391 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len, in tlsv1_key_x_dh() 439 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_dh()
|
D | tlsv1_server_write.c | 447 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
|
D | tlsv1_server_read.c | 747 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret, in tls_process_client_key_exchange_dh()
|