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

/external/wpa_supplicant/
H A Drsa.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Drsa.c240 * crypto_rsa_exptmod - RSA modular exponentiation
249 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, function
H A Dcrypto_internal.c529 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
571 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len,
/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.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c97 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
108 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
141 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c239 * crypto_rsa_exptmod - RSA modular exponentiation
248 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.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c97 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
108 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
141 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c239 * crypto_rsa_exptmod - RSA modular exponentiation
248 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.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
H A Dpkcs1.c97 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
108 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1);
141 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, key, 0) < 0)
H A Drsa.c239 * crypto_rsa_exptmod - RSA modular exponentiation
248 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 130 milliseconds