Searched refs:KeyRequiresSoftwareDigesting (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/include/keymaster/
H A Dsoft_keymaster_device.h95 bool KeyRequiresSoftwareDigesting(const AuthorizationSet& key_description) const;
/system/keymaster/
H A Dsoft_keymaster_device.cpp715 bool SoftKeymasterDevice::KeyRequiresSoftwareDigesting( function in class:keymaster::SoftKeymasterDevice
753 if (km1_dev && !sk_dev->KeyRequiresSoftwareDigesting(request.key_description))
803 if (km1_dev && !sk_dev->KeyRequiresSoftwareDigesting(request.key_description)) {
950 if (km1_dev && !sk_dev->KeyRequiresSoftwareDigesting(request.key_description))

Completed in 29 milliseconds