Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1223 if (crypto_mod_exp(dh->generator, dh->generator_len, in dh_init()
1259 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_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
Dcrypto.h432 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_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() function
Dcrypto_openssl.c316 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.c195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len, in eap_eke_dh_init()
432 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.c254 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len, in tlsv1_key_x_dh()
295 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len, in tlsv1_key_x_dh()
Dtlsv1_server_write.c324 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len, in tls_write_server_key_exchange()
Dtlsv1_server_read.c661 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret, in tls_process_client_key_exchange_dh()