Searched refs:attestation_security_level (Results 1 – 4 of 4) 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.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()
|