Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Drsa.c250 struct crypto_rsa_key *key, int use_private) in crypto_rsa_exptmod() argument
256 if (use_private && !key->private_key) in crypto_rsa_exptmod()
270 if (use_private) { in crypto_rsa_exptmod()
Drsa.h26 struct crypto_rsa_key *key, int use_private);
Dcrypto_internal.c517 int use_private, in crypto_rsa_encrypt_pkcs1() argument
529 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private); in crypto_rsa_encrypt_pkcs1()