Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c270 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME, 0xFFFFFFFF)) {
394 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME, 0xFFFFFFFF)) {
451 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME,
Dzcbor_common.c81 if (flags & ZCBOR_FLAG_CONSUME) { in zcbor_process_backup()
133 if (!zcbor_process_backup(state, ZCBOR_FLAG_CONSUME, state->elem_count)) { in zcbor_union_end_code()
Dzcbor_decode.c449 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD,
994 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD,
1049 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD,
/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h246 #define ZCBOR_FLAG_CONSUME 2UL ///! Consume the backup. Remove the backup from the stack of backups. macro