HomeSort by relevance Sort by last modified time
    Searched refs:GetKeymaster0PublicKey (Results 1 - 3 of 3) sorted by null

  /system/keymaster/
keymaster0_engine.h 60 EVP_PKEY* GetKeymaster0PublicKey(const KeymasterKeyBlob& blob) const;
keymaster0_engine.cpp 193 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(GetKeymaster0PublicKey(blob));
218 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> pkey(GetKeymaster0PublicKey(blob));
297 EVP_PKEY* Keymaster0Engine::GetKeymaster0PublicKey(const KeymasterKeyBlob& blob) const {
soft_keymaster_context.cpp 336 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> tmp_key(engine_->GetKeymaster0PublicKey(blob));

Completed in 894 milliseconds