Searched refs:use_private (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | pkcs1.c | 80 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()
|
D | rsa.c | 266 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()
|
D | pkcs1.h | 13 int use_private, const u8 *in, size_t inlen,
|
D | rsa.h | 23 struct crypto_rsa_key *key, int use_private);
|