Searched refs:envelope (Results 1 – 1 of 1) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/decode/test9_manifest14/src/ |
D | main.c | 19 struct SUIT_Envelope envelope; in ZTEST() local 40 …_SUCCESS, cbor_decode_SUIT_Envelope_Tagged(example0, sizeof(example0), &envelope, &out_len), NULL); in ZTEST() 43 …digest = &envelope._SUIT_Envelope_suit_authentication_wrapper_cbor._SUIT_Authentication_SUIT_Diges… in ZTEST() 51 …zassert_equal(1, envelope._SUIT_Envelope_suit_authentication_wrapper_cbor._SUIT_Authentication_Blo… in ZTEST() 53 …envelope._SUIT_Envelope_suit_authentication_wrapper_cbor._SUIT_Authentication_Block_bstr[0]._SUIT_… in ZTEST() 54 …cose_sign1 = &envelope._SUIT_Envelope_suit_authentication_wrapper_cbor._SUIT_Authentication_Block_… in ZTEST() 78 struct SUIT_Envelope envelope; in ZTEST() local 105 …_SUCCESS, cbor_decode_SUIT_Envelope_Tagged(example0, sizeof(example0), &envelope, &out_len), NULL); in ZTEST() 107 zassert_equal(ZCBOR_SUCCESS, cbor_decode_SUIT_Manifest(envelope._SUIT_Envelope_suit_manifest.value, in ZTEST() 108 envelope._SUIT_Envelope_suit_manifest.len, &manifest, &out_len), NULL); in ZTEST() [all …]
|