Home
last modified time | relevance | path

Searched refs:crypto_rsa_exptmod (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant/
Drsa.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
Dcrypto_internal.c529 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private); in crypto_rsa_encrypt_pkcs1()
571 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, in crypto_public_key_decrypt_pkcs1()
Drsa.c249 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() function
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Drsa.h25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
Drsa.c251 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() function
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_internal.c645 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private); in crypto_rsa_encrypt_pkcs1()
666 res = crypto_rsa_exptmod(in, inlen, out, outlen, rkey, 1); in crypto_private_key_decrypt_pkcs1_v15()
720 if (crypto_rsa_exptmod(crypt, crypt_len, plain, &len, in crypto_public_key_decrypt_pkcs1()