Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h48 bool RequiresSoftwareDigesting(const AuthorizationSet& key_description) const;
49 bool RequiresSoftwareDigesting(const keymaster_digest_t digest,
74 if (legacy_support_.RequiresSoftwareDigesting(key_description)) { in GenerateKey()
93 if (legacy_support_.RequiresSoftwareDigesting(key_description)) { in ImportKey()
115 if (legacy_support_.RequiresSoftwareDigesting(digest, in LoadKey()
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp164 bool Keymaster1LegacySupport::RequiresSoftwareDigesting( in RequiresSoftwareDigesting() function in keymaster::Keymaster1LegacySupport
188 bool Keymaster1LegacySupport::RequiresSoftwareDigesting(const keymaster_digest_t digest, in RequiresSoftwareDigesting() function in keymaster::Keymaster1LegacySupport
231 if (legacy_support_.RequiresSoftwareDigesting(key_description)) { in GenerateKey()
271 legacy_support_.RequiresSoftwareDigesting(digest, AuthProxy(hw_enforced, sw_enforced)); in LoadKey()
290 legacy_support_.RequiresSoftwareDigesting(digest, AuthProxy(hw_enforced, sw_enforced)); in LoadKey()
/system/keymaster/include/keymaster/
Dsoft_keymaster_device.h84 bool RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose,
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp636 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting() function in keymaster::SoftKeymasterDevice
676 if (RequiresSoftwareDigesting(algorithm, purpose, key_description)) return true; in KeyRequiresSoftwareDigesting()
1141 if (!skdev->RequiresSoftwareDigesting(algorithm, purpose, in_params_set)) { in begin()