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