Home
last modified time | relevance | path

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

/mcuboot-3.4.0/boot/zcbor/src/
Dzcbor_encode.c137 static bool value_encode(zcbor_state_t *state, zcbor_major_type_t major_type, function
177 if (!value_encode(state, major_type, input, int_size)) {
200 if (!value_encode(state, major_type, input, 4)) {
219 if (!value_encode(state, major_type, input, 8)) {
283 if (!value_encode(state, major_type, &input->len, sizeof(input->len))) {
393 if (!value_encode(state, major_type, &max_num, sizeof(max_num))) {
458 if (!(value_encode(state, major_type, &list_count, sizeof(list_count)))) {
574 if (!value_encode(state, ZCBOR_MAJOR_TYPE_TAG, &tag, sizeof(tag))) {