/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | attestation_record.h | 60 bool device_locked; member 86 VerifiedBoot* verified_boot_state, bool* device_locked,
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 53 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/ |
D | attestation_record.cpp | 54 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/ |
D | attestation_record.h | 37 bool device_locked; member
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | attestation_record.h | 64 keymaster_verified_boot_t* verified_boot_state, bool* device_locked,
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | keymint_attestation_fuzzer.cpp | 122 bool device_locked; in verifyAttestationRecord() local 125 &verifiedBootState, &device_locked, &verifiedBootHash); in verifyAttestationRecord()
|
/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
D | keymaster4_attestation_fuzzer.cpp | 137 bool device_locked; in verifyAttestationRecord() local 141 &verifiedBootState, &device_locked, &verifiedBootHash); in verifyAttestationRecord()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 61 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/ |
D | attestation_record.cpp | 49 ASN1_BOOLEAN device_locked; member 55 ASN1_SIMPLE(KM_ROOT_OF_TRUST, device_locked, ASN1_BOOLEAN),
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintAidlTestBase.cpp | 1786 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()
|
D | KeyMintAidlTestBase.h | 411 bool device_locked, //
|
/hardware/interfaces/security/rkp/aidl/vts/functional/ |
D | VtsRemotelyProvisionedComponentTests.cpp | 893 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/ |
D | keymaster_hidl_hal_test.cpp | 499 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()
|