Searched refs:use_private (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/SemaCXX/ |
D | access.cpp | 146 int use_private(); 149 int test::use_private() { in use_private() function in LocalExternVar::test
|
/external/wpa_supplicant_8/src/tls/ |
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 | rsa.h | 23 struct crypto_rsa_key *key, int use_private);
|
D | pkcs1.c | 82 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()
|
D | pkcs1.h | 16 int use_private, const u8 *in, size_t inlen,
|