Searched refs:crypto_public_key_import (Results 1 – 5 of 5) sorted by relevance
22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import() function
93 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import() function
298 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len);
196 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len); in tls_parse_cert()
1549 pk = crypto_public_key_import(issuer->public_key, in x509_certificate_check_signature()