Searched refs:use_private (Results 1 – 3 of 3) sorted by relevance
250 struct crypto_rsa_key *key, int use_private) in crypto_rsa_exptmod() argument256 if (use_private && !key->private_key) in crypto_rsa_exptmod()270 if (use_private) { in crypto_rsa_exptmod()
26 struct crypto_rsa_key *key, int use_private);
517 int use_private, in crypto_rsa_encrypt_pkcs1() argument529 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private); in crypto_rsa_encrypt_pkcs1()