Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h104 static keymaster_error_t get_supported_block_modes(const keymaster1_device_t* dev,
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp255 km1_device_.get_supported_block_modes = get_supported_block_modes; in initialize_device_struct()
403 keymaster_error_t SoftKeymasterDevice::get_supported_block_modes(const keymaster1_device_t* dev, in get_supported_block_modes() function in keymaster::SoftKeymasterDevice
414 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length); in get_supported_block_modes()