Home
last modified time | relevance | path

Searched refs:device_locked (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/security/keymint/support/include/keymint_support/
Dattestation_record.h60 bool device_locked; member
86 VerifiedBoot* verified_boot_state, bool* device_locked,
/hardware/interfaces/keymaster/4.0/support/
Dattestation_record.cpp53 ASN1_BOOLEAN device_locked; member
60 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN),
349 keymaster_verified_boot_t* verified_boot_state, bool* device_locked, in parse_root_of_trust() argument
351 if (!verified_boot_key || !verified_boot_state || !device_locked || !verified_boot_hash) { in parse_root_of_trust()
387 *device_locked = root_of_trust->device_locked; in parse_root_of_trust()
388 if (!device_locked) { in parse_root_of_trust()
/hardware/interfaces/security/keymint/support/
Dattestation_record.cpp54 ASN1_BOOLEAN device_locked; member
61 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN),
372 bool* device_locked, vector<uint8_t>* verified_boot_hash) { in parse_root_of_trust() argument
373 if (!verified_boot_key || !verified_boot_state || !device_locked || !verified_boot_hash) { in parse_root_of_trust()
409 *device_locked = root_of_trust->device_locked; in parse_root_of_trust()
410 if (!device_locked) { in parse_root_of_trust()
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
Dattestation_record.h37 bool device_locked; member
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dattestation_record.h64 keymaster_verified_boot_t* verified_boot_state, bool* device_locked,
/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_attestation_fuzzer.cpp122 bool device_locked; in verifyAttestationRecord() local
125 &verifiedBootState, &device_locked, &verifiedBootHash); in verifyAttestationRecord()
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_attestation_fuzzer.cpp137 bool device_locked; in verifyAttestationRecord() local
141 &verifiedBootState, &device_locked, &verifiedBootHash); in verifyAttestationRecord()
/hardware/interfaces/keymaster/4.1/support/
Dattestation_record.cpp61 ASN1_BOOLEAN device_locked; member
68 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN),
416 rot.device_locked = root_of_trust->device_locked; in MAKE_OPENSSL_PTR_TYPE()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dattestation_record.cpp49 ASN1_BOOLEAN device_locked; member
55 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN),
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp1786 void verify_root_of_trust(const vector<uint8_t>& verified_boot_key, bool device_locked, in verify_root_of_trust() argument
1799 EXPECT_FALSE(device_locked); in verify_root_of_trust()
1801 EXPECT_TRUE(device_locked); in verify_root_of_trust()
1808 EXPECT_TRUE(device_locked); in verify_root_of_trust()
1810 EXPECT_FALSE(device_locked); in verify_root_of_trust()
1953 bool device_locked; in verify_attestation_record() local
1956 &verified_boot_state, &device_locked, &verified_boot_hash); in verify_attestation_record()
1958 verify_root_of_trust(verified_boot_key, device_locked, verified_boot_state, verified_boot_hash); in verify_attestation_record()
DKeyMintAidlTestBase.h411 bool device_locked, //
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp893 bool* device_locked, vector<uint8_t>* verified_boot_hash) { in parse_root_of_trust() argument
901 verified_boot_state, device_locked, verified_boot_hash); in parse_root_of_trust()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp499 bool device_locked; in verify_attestation_record() local
502 &verified_boot_state, &device_locked, &verified_boot_hash); in verify_attestation_record()
513 EXPECT_FALSE(device_locked); in verify_attestation_record()
515 EXPECT_TRUE(device_locked); in verify_attestation_record()
522 EXPECT_TRUE(device_locked); in verify_attestation_record()
524 EXPECT_FALSE(device_locked); in verify_attestation_record()