Searched defs:get_supported_block_modes (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/
H A Dsoft_keymaster_device.cpp245 device_.get_supported_block_modes = get_supported_block_modes;
340 keymaster_error_t SoftKeymasterDevice::get_supported_block_modes(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
353 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length);
362 LOG_E("get_supported_block_modes failed with %d", response.error);
H A Dandroid_keymaster_test_utils.cpp654 device_.get_supported_block_modes = get_supported_block_modes;
711 static keymaster_error_t get_supported_block_modes(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
717 ->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes, modes_length);

Completed in 31 milliseconds