Searched refs:attestation_security_level (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 121 ASN1_ENUMERATED* attestation_security_level; member 132 ASN1_SIMPLE(KM_KEY_DESCRIPTION, attestation_security_level, ASN1_ENUMERATED), 259 SecurityLevel* attestation_security_level, in MAKE_OPENSSL_PTR_TYPE() 271 *attestation_security_level = in MAKE_OPENSSL_PTR_TYPE() 272 static_cast<SecurityLevel>(ASN1_ENUMERATED_get(record->attestation_security_level)); in MAKE_OPENSSL_PTR_TYPE()
|
D | attestation_record.h | 45 SecurityLevel* attestation_security_level,
|
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | attestation_record.h | 43 SecurityLevel attestation_security_level; member
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | attestation_record.h | 54 SecurityLevel* attestation_security_level,
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 136 ASN1_ENUMERATED* attestation_security_level; member 147 ASN1_SIMPLE(KM_KEY_DESCRIPTION, attestation_security_level, ASN1_ENUMERATED), 279 SecurityLevel* attestation_security_level, in MAKE_OPENSSL_PTR_TYPE() 291 *attestation_security_level = in MAKE_OPENSSL_PTR_TYPE() 292 static_cast<SecurityLevel>(ASN1_ENUMERATED_get(record->attestation_security_level)); in MAKE_OPENSSL_PTR_TYPE()
|
/hardware/interfaces/keymaster/4.1/support/ |
D | attestation_record.cpp | 153 ASN1_ENUMERATED* attestation_security_level; member 164 ASN1_SIMPLE(KM_KEY_DESCRIPTION, attestation_security_level, ASN1_ENUMERATED), 331 result.attestation_security_level = in MAKE_OPENSSL_PTR_TYPE() 332 static_cast<SecurityLevel>(ASN1_ENUMERATED_get(record->attestation_security_level)); in MAKE_OPENSSL_PTR_TYPE()
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | DeviceUniqueAttestationTest.cpp | 135 EXPECT_EQ(expected_security_level, attestation.attestation_security_level); in check_attestation_record()
|