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.h47 bool RequiresSoftwareDigesting(const AuthorizationSet& key_description) const;
48 bool RequiresSoftwareDigesting(const keymaster_digest_t digest,
73 if (legacy_support_.RequiresSoftwareDigesting(key_description)) { in GenerateKey()
92 if (legacy_support_.RequiresSoftwareDigesting(key_description)) { in ImportKey()
112 if (legacy_support_.RequiresSoftwareDigesting(digest, in LoadKey()
/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp163 bool Keymaster1LegacySupport::RequiresSoftwareDigesting( in RequiresSoftwareDigesting() function in keymaster::Keymaster1LegacySupport
187 bool Keymaster1LegacySupport::RequiresSoftwareDigesting(const keymaster_digest_t digest, in RequiresSoftwareDigesting() function in keymaster::Keymaster1LegacySupport
230 if (legacy_support_.RequiresSoftwareDigesting(key_description)) { in GenerateKey()
270 legacy_support_.RequiresSoftwareDigesting(digest, AuthProxy(hw_enforced, sw_enforced)); in LoadKey()
289 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.cpp634 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting() function in keymaster::SoftKeymasterDevice
674 if (RequiresSoftwareDigesting(algorithm, purpose, key_description)) return true; in KeyRequiresSoftwareDigesting()
1139 if (!skdev->RequiresSoftwareDigesting(algorithm, purpose, in_params_set)) { in begin()