Home
last modified time | relevance | path

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

/tf-m-tests-3.4.0/test/secure_fw/suites/attestation/
Dattest_token_decode_common.c272 list[PROFILE_DEFINITION_FLAG].label = IAT_PROFILE_DEFINITION; in attest_token_decode_get_iat_simple()
343 if(list[PROFILE_DEFINITION_FLAG].item.uDataType == QCBOR_TYPE_TEXT_STRING) { in attest_token_decode_get_iat_simple()
344 items->profile_definition=list[PROFILE_DEFINITION_FLAG].item.val.string; in attest_token_decode_get_iat_simple()
345 items->item_flags |= CLAIM_PRESENT_BIT(PROFILE_DEFINITION_FLAG); in attest_token_decode_get_iat_simple()
Dattest_token_decode.h263 PROFILE_DEFINITION_FLAG = 7, enumerator
Dattest_token_test.c418 if(!IS_ITEM_FLAG_SET(PROFILE_DEFINITION_FLAG, simple_claims->item_flags)) {