Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h94 bool KeyRequiresSoftwareDigesting(const AuthorizationSet& key_description) const;
/system/keymaster/
Dsoft_keymaster_device.cpp707 bool SoftKeymasterDevice::KeyRequiresSoftwareDigesting( in KeyRequiresSoftwareDigesting() function in keymaster::SoftKeymasterDevice
745 if (km1_dev && !sk_dev->KeyRequiresSoftwareDigesting(request.key_description)) in generate_key()
795 if (km1_dev && !sk_dev->KeyRequiresSoftwareDigesting(request.key_description)) { in generate_key()
929 if (km1_dev && !sk_dev->KeyRequiresSoftwareDigesting(request.key_description)) in import_key()