Home
last modified time | relevance | path

Searched refs:use_private (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dpkcs1.c80 int use_private, const u8 *in, size_t inlen, in pkcs1_encrypt() argument
91 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private); in pkcs1_encrypt()
Drsa.c243 struct crypto_rsa_key *key, int use_private) in crypto_rsa_exptmod() argument
249 if (use_private && !key->private_key) in crypto_rsa_exptmod()
263 if (use_private) { in crypto_rsa_exptmod()
Drsa.h20 struct crypto_rsa_key *key, int use_private);
Dpkcs1.h13 int use_private, const u8 *in, size_t inlen,