Searched refs:crypto_rsa_exptmod (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant/ |
D | rsa.h | 25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
|
D | crypto_internal.c | 529 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()
|
D | rsa.c | 249 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/ |
D | rsa.h | 25 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
|
D | rsa.c | 251 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/ |
D | crypto_internal.c | 645 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()
|