Searched refs:ZCBOR_FLAG_RESTORE (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_encode.c | 270 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,
|
D | zcbor_common.c | 70 if (flags & ZCBOR_FLAG_RESTORE) { in zcbor_process_backup() 125 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE, state->elem_count)) { in zcbor_union_elem_code()
|
D | zcbor_decode.c | 449 ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_CONSUME | ZCBOR_FLAG_KEEP_PAYLOAD, 763 if (!zcbor_process_backup(state, ZCBOR_FLAG_RESTORE | ZCBOR_FLAG_KEEP_DECODE_STATE, 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/ |
D | zcbor_common.h | 245 #define ZCBOR_FLAG_RESTORE 1UL ///! Restore from the backup. Overwrite the current state with the s… macro
|