Home
last modified time | relevance | path

Searched refs:pub_key (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Dpayload_verifier.cc64 auto pub_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreateInstance() local
66 if (!pub_key) { in CreateInstance()
72 keys.emplace_back(std::move(pub_key)); in CreateInstance()
/system/keymaster/legacy_support/
Dkeymaster0_engine.cpp287 unique_ptr<uint8_t, Malloc_Delete> pub_key(pub_key_data); in GetKeymaster0PublicKey() local
Dkeymaster1_engine.cpp375 unique_ptr<uint8_t, Malloc_Delete> pub_key(const_cast<uint8_t*>(export_data.data)); in GetKeymaster1PublicKey() local