Searched refs:use_private (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,
H A Drsa.h23 struct crypto_rsa_key *key, int use_private);
H A Drsa.c262 * @use_private: 1 = Use RSA private key, 0 = Use RSA public key
266 struct crypto_rsa_key *key, int use_private)
272 if (use_private && !key->private_key)
286 if (use_private) {
265 crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, struct crypto_rsa_key *key, int use_private) argument
H A Dpkcs1.c82 int use_private, const u8 *in, size_t inlen,
93 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
81 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
/external/wpa_supplicant_8/src/tls/
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,
H A Drsa.h23 struct crypto_rsa_key *key, int use_private);
H A Drsa.c262 * @use_private: 1 = Use RSA private key, 0 = Use RSA public key
266 struct crypto_rsa_key *key, int use_private)
272 if (use_private && !key->private_key)
286 if (use_private) {
265 crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, struct crypto_rsa_key *key, int use_private) argument
H A Dpkcs1.c82 int use_private, const u8 *in, size_t inlen,
93 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
81 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,
H A Drsa.h23 struct crypto_rsa_key *key, int use_private);
H A Drsa.c262 * @use_private: 1 = Use RSA private key, 0 = Use RSA public key
266 struct crypto_rsa_key *key, int use_private)
272 if (use_private && !key->private_key)
286 if (use_private) {
265 crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, struct crypto_rsa_key *key, int use_private) argument
H A Dpkcs1.c82 int use_private, const u8 *in, size_t inlen,
93 return crypto_rsa_exptmod(out, modlen, out, outlen, key, use_private);
81 pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, int use_private, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
/external/clang/test/SemaCXX/
H A Daccess.cpp146 int use_private();
149 int test::use_private() { function in class:LocalExternVar::test

Completed in 169 milliseconds