Searched refs:crypto_mod_exp (Results 1 - 25 of 36) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto.h413 * crypto_mod_exp - Modular exponentiation of large integers
432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_libtomcrypt.c696 int crypto_mod_exp(const u8 *base, size_t base_len, function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto.h413 * crypto_mod_exp - Modular exponentiation of large integers
432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_libtomcrypt.c696 int crypto_mod_exp(const u8 *base, size_t base_len, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto.h413 * crypto_mod_exp - Modular exponentiation of large integers
432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_gnutls.c154 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto_cryptoapi.c776 int crypto_mod_exp(const u8 *base, size_t base_len, function
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_eke_common.c195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
432 if (crypto_mod_exp(peer_pub, dh->prime_len, dhpriv, dh->prime_len,
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_write.c254 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len,
295 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len,
H A Dtlsv1_server_write.c324 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.c195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
432 if (crypto_mod_exp(peer_pub, dh->prime_len, dhpriv, dh->prime_len,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_write.c254 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len,
295 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len,
H A Dtlsv1_server_write.c324 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.c195 if (crypto_mod_exp(&gen, 1, ret_priv, dh->prime_len,
432 if (crypto_mod_exp(peer_pub, dh->prime_len, dhpriv, dh->prime_len,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_write.c254 if (crypto_mod_exp(conn->dh_g, conn->dh_g_len,
295 if (crypto_mod_exp(conn->dh_ys, conn->dh_ys_len,

Completed in 200 milliseconds

12