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

/external/wpa_supplicant_8/hostapd/src/tls/
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 Dpkcs8.c19 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;
H A Dtlsv1_cred.c224 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/tls/
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 Dpkcs8.c19 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;
H A Dtlsv1_cred.c224 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/wpa_supplicant/src/tls/
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 Dpkcs8.c19 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;
H A Dtlsv1_cred.c224 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/hostapd/src/crypto/
H A Dcrypto_internal-rsa.c19 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)
H A Dcrypto.h256 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);
H A Dcrypto_libtomcrypt.c411 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)
H A Dcrypto_cryptoapi.c636 struct crypto_private_key { struct
649 struct crypto_private_key * crypto_private_key_import(const u8 *key,
736 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
755 void crypto_private_key_free(struct crypto_private_key *key)
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-rsa.c19 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)
H A Dcrypto.h256 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);
H A Dcrypto_libtomcrypt.c411 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)
H A Dcrypto_cryptoapi.c636 struct crypto_private_key { struct
649 struct crypto_private_key * crypto_private_key_import(const u8 *key,
736 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
755 void crypto_private_key_free(struct crypto_private_key *key)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-rsa.c19 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)
H A Dcrypto.h256 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);
H A Dcrypto_libtomcrypt.c411 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)
H A Dcrypto_cryptoapi.c636 struct crypto_private_key { struct
649 struct crypto_private_key * crypto_private_key_import(const u8 *key,
736 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
755 void crypto_private_key_free(struct crypto_private_key *key)

Completed in 257 milliseconds