Home
last modified time | relevance | path

Searched defs:EVP_PKEY (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dpayload_verifier.h74 std::vector<std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>>&& in PayloadVerifier()
H A Dcertificate_parser_stub.cc22 std::vector<std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>>* in ReadPublicKeysFromCertificates()
H A Dcertificate_parser_android.cc71 std::vector<std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>>* in ReadPublicKeysFromCertificates()
/aosp12/system/keymaster/km_openssl/
H A Dopenssl_utils.cpp81 UniquePtr<EVP_PKEY, EVP_PKEY_Delete>* pkey) { in convert_pkcs8_blob_to_evp()