Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h92 bool RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose,
/system/keymaster/
Dsoft_keymaster_device.cpp681 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting() function in keymaster::SoftKeymasterDevice
722 if (RequiresSoftwareDigesting(algorithm, purpose, key_description)) in KeyRequiresSoftwareDigesting()
1200 if (!convert_device(dev)->RequiresSoftwareDigesting(algorithm, purpose, in_params_set)) { in begin()