Home
last modified time | relevance | path

Searched refs:KeymasterPassthroughKey (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp33 KeymasterPassthroughKey(std::move(key_material), std::move(hw_enforced), in LoadKey()
52 keymaster_error_t KeymasterPassthroughKey::formatted_key_material(keymaster_key_format_t format, in formatted_key_material()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h83 class KeymasterPassthroughKey : public Key {
85 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey() function