Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/tls/
H A Drsa.c266 struct crypto_rsa_key *key, int use_private) in crypto_rsa_exptmod() argument
272 if (use_private && !key->private_key) in crypto_rsa_exptmod()
286 if (use_private) { in crypto_rsa_exptmod()
H A Dpkcs1.c82 int use_private, const u8 *in, size_t inlen, in pkcs1_encrypt() argument
93 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private); in pkcs1_encrypt()
H A Drsa.h23 struct crypto_rsa_key *key, int use_private);
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,