Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAndroidKeystoreAttestationVerificationAttributes.java329 ASN1Encodable[] hardwareEnforced = ((ASN1Sequence) in AndroidKeystoreAttestationVerificationAttributes() local
331 for (ASN1Encodable entry : hardwareEnforced) { in AndroidKeystoreAttestationVerificationAttributes()
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp361 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in generateKey()
381 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in getKeyCharacteristics()
404 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importKey()
430 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importWrappedKey()