OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crypto_private_key
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/tls/
pkcs8.h
12
struct
crypto_private_key
* pkcs8_key_import(const u8 *buf, size_t len);
13
struct
crypto_private_key
*
tlsv1_cred.h
15
struct
crypto_private_key
*key;
pkcs8.c
19
struct
crypto_private_key
* pkcs8_key_import(const u8 *buf, size_t len)
116
return (struct
crypto_private_key
*)
121
struct
crypto_private_key
*
180
struct
crypto_private_key
*key;
tlsv1_cred.c
224
static struct
crypto_private_key
* tlsv1_set_key_pem(const u8 *key, size_t len)
229
struct
crypto_private_key
*pkey;
263
static struct
crypto_private_key
* tlsv1_set_key_enc_pem(const u8 *key,
270
struct
crypto_private_key
*pkey;
/external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c
19
struct
crypto_private_key
;
38
struct
crypto_private_key
* crypto_private_key_import(const u8 *key,
42
struct
crypto_private_key
*res;
59
return (struct
crypto_private_key
*)
81
int crypto_private_key_decrypt_pkcs1_v15(struct
crypto_private_key
*key,
90
int crypto_private_key_sign_pkcs1(struct
crypto_private_key
*key,
105
void crypto_private_key_free(struct
crypto_private_key
*key)
crypto_libtomcrypt.c
411
struct
crypto_private_key
{
struct
446
struct
crypto_private_key
* crypto_private_key_import(const u8 *key,
451
struct
crypto_private_key
*pk;
584
int crypto_private_key_sign_pkcs1(struct
crypto_private_key
*key,
602
void crypto_private_key_free(struct
crypto_private_key
*key)
crypto.h
256
struct
crypto_private_key
;
289
struct
crypto_private_key
* crypto_private_key_import(const u8 *key,
341
struct
crypto_private_key
*key, const u8 *in, size_t inlen,
357
int __must_check crypto_private_key_sign_pkcs1(struct
crypto_private_key
*key,
379
void crypto_private_key_free(struct
crypto_private_key
*key);
Completed in 644 milliseconds