Home
last modified time | relevance | path

Searched refs:IMPLEMENTATION_ID_FLAG (Results 1 – 3 of 3) sorted by relevance

/tf-m-tests-3.4.0/test/secure_fw/suites/attestation/
Dattest_token_decode_common.c269 list[IMPLEMENTATION_ID_FLAG].label = IAT_IMPLEMENTATION_ID; in attest_token_decode_get_iat_simple()
319 if(list[IMPLEMENTATION_ID_FLAG].item.uDataType == QCBOR_TYPE_BYTE_STRING) { in attest_token_decode_get_iat_simple()
320 items->implementation_id = list[IMPLEMENTATION_ID_FLAG].item.val.string; in attest_token_decode_get_iat_simple()
321 items->item_flags |= CLAIM_PRESENT_BIT(IMPLEMENTATION_ID_FLAG); in attest_token_decode_get_iat_simple()
Dattest_token_decode.h260 IMPLEMENTATION_ID_FLAG = 4, enumerator
Dattest_token_test.c354 if(!IS_ITEM_FLAG_SET(IMPLEMENTATION_ID_FLAG,simple_claims->item_flags)) {