Searched refs:km_device (Results 1 – 2 of 2) sorted by relevance
39 const KeymasterDeviceType* km_device, Key&& key) in KeymasterPassthroughOperation() argument41 key_blob_(key.key_material_move()), km_device_(km_device) { in KeymasterPassthroughOperation()97 const KeymasterDeviceType* km_device) in KeymasterPassthroughOperationFactory() argument98 : key_type_(algorithm, purpose), km_device_(km_device) {} in KeymasterPassthroughOperationFactory()
45 explicit TKeymasterPassthroughEngine(const KeymasterDeviceType* km_device) in TKeymasterPassthroughEngine() argument46 : km_device_(km_device) { in TKeymasterPassthroughEngine()