Home
last modified time | relevance | path

Searched refs:hwEnforced (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeyCharacteristics.java34 public KeymasterArguments hwEnforced; field in KeyCharacteristics
61 this.hwEnforced = other.hwEnforced; in shallowCopyFrom()
72 hwEnforced.writeToParcel(out, flags); in writeToParcel()
88 if (hwEnforced.containsTag(tag)) { in getEnum()
89 return hwEnforced.getEnum(tag, -1); in getEnum()
104 result.addAll(hwEnforced.getEnums(tag)); in getEnums()
116 if (hwEnforced.containsTag(tag)) { in getUnsignedInt()
130 result.addAll(hwEnforced.getUnsignedLongs(tag)); in getUnsignedLongs()
147 return hwEnforced.getDate(tag, null); in getDate()
156 if (hwEnforced.containsTag(tag)) { in getBoolean()
[all …]
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp725 ::keymaster::AuthorizationSet hwEnforced(hwEnforcedBuilder); in createAttestation()
728 key, swEnforced, hwEnforced, auth_set, {} /* attest_key */, context, &error); in createAttestation()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50908 Landroid/security/keymaster/KeyCharacteristics;->hwEnforced:Landroid/security/keymaster/KeymasterAr…