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

/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dpkcs8.h18 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
19 struct crypto_private_key *
H A Dtlsv1_cred.h21 struct crypto_private_key *key;
H A Dpkcs8.c25 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len)
122 return (struct crypto_private_key *)
127 struct crypto_private_key *
186 struct crypto_private_key *key;
H A Dtlsv1_cred.c218 static struct crypto_private_key * tlsv1_set_key_pem(const u8 *key, size_t len)
223 struct crypto_private_key *pkey;
250 static struct crypto_private_key * tlsv1_set_key_enc_pem(const u8 *key,
257 struct crypto_private_key *pkey;
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_internal-rsa.c26 struct crypto_private_key;
36 struct crypto_private_key * crypto_private_key_import(const u8 *key,
40 struct crypto_private_key *res;
57 return (struct crypto_private_key *)
79 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key,
88 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
103 void crypto_private_key_free(struct crypto_private_key *key)
H A Dcrypto.h276 struct crypto_private_key;
305 struct crypto_private_key * crypto_private_key_import(const u8 *key,
357 struct crypto_private_key *key, const u8 *in, size_t inlen,
373 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
395 void crypto_private_key_free(struct crypto_private_key *key);
H A Dcrypto_libtomcrypt.c417 struct crypto_private_key { struct
452 struct crypto_private_key * crypto_private_key_import(const u8 *key,
457 struct crypto_private_key *pk;
590 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
608 void crypto_private_key_free(struct crypto_private_key *key)
H A Dcrypto_cryptoapi.c642 struct crypto_private_key { struct
655 struct crypto_private_key * crypto_private_key_import(const u8 *key,
742 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
761 void crypto_private_key_free(struct crypto_private_key *key)

Completed in 59 milliseconds