Lines Matching refs:envelope

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()
52envelope.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()
108 zassert_equal(envelope.SUIT_Envelope_suit_manifest.len, out_len, NULL); in ZTEST()
193 struct SUIT_Envelope envelope; in ZTEST() local
220 …_SUCCESS, cbor_decode_SUIT_Envelope_Tagged(example0, sizeof(example0), &envelope, &out_len), NULL); in ZTEST()
222 zassert_equal(ZCBOR_SUCCESS, cbor_decode_SUIT_Manifest(envelope.SUIT_Envelope_suit_manifest.value, in ZTEST()
223 envelope.SUIT_Envelope_suit_manifest.len, &manifest, &out_len), NULL); in ZTEST()
224 zassert_equal(envelope.SUIT_Envelope_suit_manifest.len, out_len, NULL); in ZTEST()
309 struct SUIT_Envelope envelope; in ZTEST() local
322 …_SUCCESS, cbor_decode_SUIT_Envelope_Tagged(example0, sizeof(example0), &envelope, &out_len), NULL); in ZTEST()
324 zassert_equal(ZCBOR_SUCCESS, cbor_decode_SUIT_Manifest(envelope.SUIT_Envelope_suit_manifest.value, in ZTEST()
325 envelope.SUIT_Envelope_suit_manifest.len, &manifest, &out_len), NULL); in ZTEST()
326 zassert_equal(envelope.SUIT_Envelope_suit_manifest.len, out_len, NULL); in ZTEST()