Home
last modified time | relevance | path

Searched refs:crypto_private_key (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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()
H A Dcrypto.h282 struct crypto_private_key;
315 struct crypto_private_key * crypto_private_key_import(const u8 *key,
367 struct crypto_private_key *key, const u8 *in, size_t inlen,
383 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
405 void crypto_private_key_free(struct crypto_private_key *key);
H A Dcrypto_libtomcrypt.c415 struct crypto_private_key { struct
450 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
455 struct crypto_private_key *pk; in crypto_private_key_import()
588 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
606 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A 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()
H A Dcrypto.h282 struct crypto_private_key;
315 struct crypto_private_key * crypto_private_key_import(const u8 *key,
367 struct crypto_private_key *key, const u8 *in, size_t inlen,
383 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
405 void crypto_private_key_free(struct crypto_private_key *key);
H A Dcrypto_libtomcrypt.c415 struct crypto_private_key { struct
450 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
455 struct crypto_private_key *pk; in crypto_private_key_import()
588 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
606 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dpkcs8.c19 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len) in pkcs8_key_import()
105 return (struct crypto_private_key *) in pkcs8_key_import()
110 struct crypto_private_key *
161 struct crypto_private_key *key; in pkcs8_enc_key_import()
H A Dpkcs8.h12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
13 struct crypto_private_key *
H A Dtlsv1_cred.h15 struct crypto_private_key *key;
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A 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()
H A Dpkcs8.h12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
13 struct crypto_private_key *
H A Dtlsv1_cred.h15 struct crypto_private_key *key;
H A 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()

Completed in 10 milliseconds