Searched refs:crypto_public_key (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_internal-rsa.c25 struct crypto_public_key;
29 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
31 return (struct crypto_public_key *)
62 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
70 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
97 void crypto_public_key_free(struct crypto_public_key *key)
109 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
H A Dcrypto.h275 struct crypto_public_key;
292 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len);
323 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
340 struct crypto_public_key *key, const u8 *in, size_t inlen,
385 void crypto_public_key_free(struct crypto_public_key *key);
407 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
H A Dcrypto_libtomcrypt.c413 struct crypto_public_key { struct
422 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
425 struct crypto_public_key *pk;
484 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
581 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
599 void crypto_public_key_free(struct crypto_public_key *key)
617 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key,
H A Dcrypto_cryptoapi.c637 struct crypto_public_key { struct
648 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len)
664 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf,
667 struct crypto_public_key *pk;
707 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key,
751 void crypto_public_key_free(struct crypto_public_key *key)
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_server_i.h39 struct crypto_public_key *client_rsa_key;
H A Dtlsv1_client_i.h43 struct crypto_public_key *server_rsa_key;
H A Dtlsv1_common.h210 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
H A Dtlsv1_common.c147 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk)
H A Dx509v3.c1590 struct crypto_public_key *pk;

Completed in 70 milliseconds