Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp883 keymaster_blob_t attestation_app_id; in build_eat_record() local
884 if (!attestation_params.GetTagValue(TAG_ATTESTATION_APPLICATION_ID, &attestation_app_id)) { in build_eat_record()
892 sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, attestation_app_id); in build_eat_record()
1028 keymaster_blob_t attestation_app_id; in build_attestation_record() local
1029 if (!attestation_params.GetTagValue(TAG_ATTESTATION_APPLICATION_ID, &attestation_app_id)) { in build_attestation_record()
1032 sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, attestation_app_id); in build_attestation_record()
/system/keymaster/tests/
Dandroid_keymaster_test.cpp3686 static bool verify_attestation_record(const string& challenge, const string& attestation_app_id, in verify_attestation_record() argument
3757 expected_sw_enforced.push_back(TAG_ATTESTATION_APPLICATION_ID, attestation_app_id.data(), in verify_attestation_record()
3758 attestation_app_id.size()); in verify_attestation_record()