Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1226 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_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
Dcrypto.h455 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
Dcrypto_libtomcrypt.c696 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
Dcrypto_openssl.c470 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c190 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/
Dtlsv1_client_write.c391 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()
Dtlsv1_server_write.c447 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
Dtlsv1_server_read.c747 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret, in tls_process_client_key_exchange_dh()