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

/system/keymaster/legacy_support/
H A Dkeymaster1_legacy_support.cpp159 bool Keymaster1LegacySupport::RequiresSoftwareDigesting( function in class:keymaster::Keymaster1LegacySupport
180 bool Keymaster1LegacySupport::RequiresSoftwareDigesting( function in class:keymaster::Keymaster1LegacySupport
207 if (legacy_support_.RequiresSoftwareDigesting(key_description)) {
243 bool requires_software_digesting = legacy_support_.RequiresSoftwareDigesting(
261 bool requires_software_digesting = legacy_support_.RequiresSoftwareDigesting(
/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp688 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, function in class:keymaster::SoftKeymasterDevice
730 if (RequiresSoftwareDigesting(algorithm, purpose, key_description))
1237 if (!skdev->RequiresSoftwareDigesting(algorithm, purpose, in_params_set)) {

Completed in 83 milliseconds