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

/freebsd-10.0-release/contrib/wpa/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;
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto_internal-rsa.c19 struct crypto_private_key;
29 struct crypto_private_key * crypto_private_key_import(const u8 *key,
33 struct crypto_private_key *res;
50 return (struct crypto_private_key *)
72 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key,
81 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
96 void crypto_private_key_free(struct crypto_private_key *key)
H A Dcrypto.h256 struct crypto_private_key;
285 struct crypto_private_key * crypto_private_key_import(const u8 *key,
337 struct crypto_private_key *key, const u8 *in, size_t inlen,
353 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
375 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 126 milliseconds