Searched refs:envelope (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/decode/test9_manifest14/src/ |
| D | main.c | 18 struct SUIT_Envelope envelope; in ZTEST() local 39 …_SUCCESS, cbor_decode_SUIT_Envelope_Tagged(example0, sizeof(example0), &envelope, &out_len), NULL); in ZTEST() 42 …digest = &envelope.SUIT_Envelope_suit_authentication_wrapper_cbor.SUIT_Authentication_SUIT_Digest_… in ZTEST() 50 …zassert_equal(1, envelope.SUIT_Envelope_suit_authentication_wrapper_cbor.SUIT_Authentication_Block… in ZTEST() 52 …envelope.SUIT_Envelope_suit_authentication_wrapper_cbor.SUIT_Authentication_Block_bstr[0].SUIT_Aut… in ZTEST() 53 …cose_sign1 = &envelope.SUIT_Envelope_suit_authentication_wrapper_cbor.SUIT_Authentication_Block_bs… in ZTEST() 77 struct SUIT_Envelope envelope; in ZTEST() local 104 …_SUCCESS, cbor_decode_SUIT_Envelope_Tagged(example0, sizeof(example0), &envelope, &out_len), NULL); in ZTEST() 106 zassert_equal(ZCBOR_SUCCESS, cbor_decode_SUIT_Manifest(envelope.SUIT_Envelope_suit_manifest.value, in ZTEST() 107 envelope.SUIT_Envelope_suit_manifest.len, &manifest, &out_len), NULL); in ZTEST() [all …]
|