Searched refs:crypto_public_key (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-rsa.c | 18 struct crypto_public_key; 22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import() 24 return (struct crypto_public_key *) in crypto_public_key_import() 29 struct crypto_public_key * 33 return (struct crypto_public_key *) in crypto_public_key_import_parts() 64 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf, in crypto_public_key_from_cert() 72 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, in crypto_public_key_encrypt_pkcs1_v15() 99 void crypto_public_key_free(struct crypto_public_key *key) in crypto_public_key_free() 111 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1()
|
D | crypto.h | 278 struct crypto_public_key; 295 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len); 297 struct crypto_public_key * 330 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf, 347 struct crypto_public_key *key, const u8 *in, size_t inlen, 392 void crypto_public_key_free(struct crypto_public_key *key); 414 struct crypto_public_key *key, const u8 *crypt, size_t crypt_len,
|
D | crypto_libtomcrypt.c | 407 struct crypto_public_key { struct 416 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import() argument 419 struct crypto_public_key *pk; in crypto_public_key_import() 478 struct crypto_public_key * crypto_public_key_from_cert(const u8 *buf, in crypto_public_key_from_cert() 575 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, in crypto_public_key_encrypt_pkcs1_v15() 593 void crypto_public_key_free(struct crypto_public_key *key) in crypto_public_key_free() 611 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1()
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.h | 12 struct crypto_public_key; 24 int pkcs1_v15_sig_ver(struct crypto_public_key *pk,
|
D | tlsv1_common.h | 253 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk); 271 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk,
|
D | tlsv1_server_i.h | 33 struct crypto_public_key *client_rsa_key;
|
D | tlsv1_client_i.h | 41 struct crypto_public_key *server_rsa_key;
|
D | tlsv1_common.c | 163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) in tls_parse_cert() 414 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk, in tls_verify_signature()
|
D | pkcs1.c | 196 int pkcs1_v15_sig_ver(struct crypto_public_key *pk, in pkcs1_v15_sig_ver()
|
D | x509v3.c | 1740 struct crypto_public_key *pk; in x509_check_signature()
|