Searched refs:crypto_rsa_exptmod (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Drsa.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Drsa.c242 * crypto_rsa_exptmod - RSA modular exponentiation
251 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Drsa.h19 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c91 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
102 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
135 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c233 * crypto_rsa_exptmod - RSA modular exponentiation
242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function
/external/wpa_supplicant_8/src/tls/
H A Drsa.h19 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c91 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
102 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
135 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c233 * crypto_rsa_exptmod - RSA modular exponentiation
242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Drsa.h19 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c91 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
102 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
135 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c233 * crypto_rsa_exptmod - RSA modular exponentiation
242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c645 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
666 res = crypto_rsa_exptmod(in, inlen, out, outlen, rkey, 1);
720 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len,

Completed in 126 milliseconds