Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster_passthrough_operation.h39 const KeymasterDeviceType* km_device, Key&& key) in KeymasterPassthroughOperation() argument
41 key_blob_(key.key_material_move()), km_device_(km_device) { in KeymasterPassthroughOperation()
97 const KeymasterDeviceType* km_device) in KeymasterPassthroughOperationFactory() argument
98 : key_type_(algorithm, purpose), km_device_(km_device) {} in KeymasterPassthroughOperationFactory()
Dkeymaster_passthrough_engine.cpp45 explicit TKeymasterPassthroughEngine(const KeymasterDeviceType* km_device) in TKeymasterPassthroughEngine() argument
46 : km_device_(km_device) { in TKeymasterPassthroughEngine()