Searched refs:pub_key (Results 1 – 3 of 3) sorted by relevance
64 auto pub_key = std::unique_ptr<EVP_PKEY, decltype(&EVP_PKEY_free)>( in CreateInstance() local66 if (!pub_key) { in CreateInstance()72 keys.emplace_back(std::move(pub_key)); in CreateInstance()
287 unique_ptr<uint8_t, Malloc_Delete> pub_key(pub_key_data); in GetKeymaster0PublicKey() local
375 unique_ptr<uint8_t, Malloc_Delete> pub_key(const_cast<uint8_t*>(export_data.data)); in GetKeymaster1PublicKey() local