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

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto_internal-modexp.c16 int crypto_mod_exp(const u8 *base, size_t base_len, function
H A Dcrypto.h409 * crypto_mod_exp - Modular exponentiation of large integers
428 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dcrypto_nss.c170 int crypto_mod_exp(const u8 *base, size_t base_len, function
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
H A Ddh_groups.c579 if (crypto_mod_exp(dh->generator, dh->generator_len,
584 wpa_printf(MSG_INFO, "DH: crypto_mod_exp failed");
615 if (crypto_mod_exp(wpabuf_head(peer_public), wpabuf_len(peer_public),
620 wpa_printf(MSG_INFO, "DH: crypto_mod_exp failed");
H A Dcrypto_openssl.c309 int crypto_mod_exp(const u8 *base, size_t base_len, function
/freebsd-10.0-release/contrib/wpa/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.c323 if (crypto_mod_exp(conn->cred->dh_g, conn->cred->dh_g_len,
H A Dtlsv1_server_read.c655 if (crypto_mod_exp(dh_yc, dh_yc_len, conn->dh_secret,

Completed in 184 milliseconds