Home
last modified time | relevance | path

Searched refs:crypto_private_key (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-rsa.c19 struct crypto_private_key;
38 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
42 struct crypto_private_key *res; in crypto_private_key_import()
59 return (struct crypto_private_key *) in crypto_private_key_import()
81 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, in crypto_private_key_decrypt_pkcs1_v15()
90 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
105 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
Dcrypto.h279 struct crypto_private_key;
312 struct crypto_private_key * crypto_private_key_import(const u8 *key,
364 struct crypto_private_key *key, const u8 *in, size_t inlen,
380 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
402 void crypto_private_key_free(struct crypto_private_key *key);
Dcrypto_libtomcrypt.c411 struct crypto_private_key { struct
446 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
451 struct crypto_private_key *pk; in crypto_private_key_import()
584 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
602 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
/external/wpa_supplicant_8/src/tls/
Dpkcs8.c19 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len) in pkcs8_key_import()
116 return (struct crypto_private_key *) in pkcs8_key_import()
121 struct crypto_private_key *
180 struct crypto_private_key *key; in pkcs8_enc_key_import()
Dpkcs8.h12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
13 struct crypto_private_key *
Dtlsv1_cred.h15 struct crypto_private_key *key;
Dtlsv1_cred.c266 static struct crypto_private_key * tlsv1_set_key_pem(const u8 *key, size_t len) in tlsv1_set_key_pem()
271 struct crypto_private_key *pkey; in tlsv1_set_key_pem()
305 static struct crypto_private_key * tlsv1_set_key_enc_pem(const u8 *key, in tlsv1_set_key_enc_pem()
312 struct crypto_private_key *pkey; in tlsv1_set_key_enc_pem()
427 struct crypto_private_key *key; in pkcs12_pkcs8_keybag()