Home
last modified time | relevance | path

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

/system/keymaster/
Dkeymaster0_engine.cpp193 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(GetKeymaster0PublicKey(blob)); in BlobToRsaKey()
218 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(GetKeymaster0PublicKey(blob)); in BlobToEcKey()
297 EVP_PKEY* Keymaster0Engine::GetKeymaster0PublicKey(const KeymasterKeyBlob& blob) const { in GetKeymaster0PublicKey() function in keymaster::Keymaster0Engine
Dkeymaster0_engine.h60 EVP_PKEY* GetKeymaster0PublicKey(const KeymasterKeyBlob& blob) const;
Dsoft_keymaster_context.cpp336 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> tmp_key(engine_->GetKeymaster0PublicKey(blob)); in ParseKeyBlob()