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

/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp692 device_.get_supported_block_modes = get_supported_block_modes;
749 static keymaster_error_t get_supported_block_modes(const struct keymaster1_device* dev, function in class:keymaster::test::Sha256OnlyWrapper
754 return unwrap(dev)->get_supported_block_modes(unwrap(dev), algorithm, purpose, modes,
H A Dsoft_keymaster_device.cpp252 km1_device_.get_supported_block_modes = get_supported_block_modes;
432 keymaster_error_t SoftKeymasterDevice::get_supported_block_modes(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
445 return km1_dev->get_supported_block_modes(km1_dev, algorithm, purpose, modes, modes_length);
454 LOG_E("get_supported_block_modes failed with %d", response.error);

Completed in 124 milliseconds