Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster_passthrough_key.cpp31 KeymasterPassthroughKey(move(key_material), move(hw_enforced), move(sw_enforced), in LoadKey()
49 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.h81 class KeymasterPassthroughKey : public Key {
83 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey() function