Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster1_legacy_support.cpp59 Keymaster1LegacySupport::DigestMap* map, bool* supports_all) { in add_digests() argument
73 *supports_all = digest_set_is_full(digest_vec.begin(), digest_vec.end()); in add_digests()
79 Keymaster1LegacySupport::DigestMap* map, bool* supports_all) { in map_digests() argument
81 *supports_all = true; in map_digests()
91 *supports_all &= alg_purpose_supports_all; in map_digests()
102 *supports_all &= alg_purpose_supports_all; in map_digests()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp111 SoftKeymasterDevice::DigestMap* map, bool* supports_all) { in add_digests() argument
125 *supports_all = digest_set_is_full(digest_vec.begin(), digest_vec.end()); in add_digests()
131 bool* supports_all) { in map_digests() argument
133 *supports_all = true; in map_digests()
143 *supports_all &= alg_purpose_supports_all; in map_digests()
154 *supports_all &= alg_purpose_supports_all; in map_digests()