Lines Matching refs:zsd
112 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
126 memset(zsd, 0, sizeof(zsd)); in ZTEST()
161 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
162 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
211 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
227 memset(zsd, 0, sizeof(zsd)); in ZTEST()
262 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
263 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
314 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
334 memset(zsd, 0, sizeof(zsd)); in ZTEST()
369 zcbor_new_decode_state(zsd, 7, nb->data, nb->len, 1, NULL, 0); in ZTEST()
370 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), in ZTEST()
508 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
539 memset(zsd, 0, sizeof(zsd)); in ZTEST()
574 zcbor_new_decode_state(zsd, 7, nb->data, nb->len, 1, NULL, 0); in ZTEST()
575 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
606 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
620 memset(zsd, 0, sizeof(zsd)); in ZTEST()
658 zcbor_new_decode_state(zsd, 5, nb->data, nb->len, 1, NULL, 0); in ZTEST()
659 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
678 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
709 memset(zsd, 0, sizeof(zsd)); in ZTEST()
746 zcbor_new_decode_state(zsd, 5, nb->data, nb->len, 1, NULL, 0); in ZTEST()
747 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()