Searched refs:KeymasterPassthroughKey (Results 1 – 2 of 2) sorted by relevance
33 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()
83 class KeymasterPassthroughKey : public Key {85 KeymasterPassthroughKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in KeymasterPassthroughKey() function