Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/boot_serial/src/
Dcbor_common.c48 if (flags & FLAG_RESTORE) { in restore_backup()
84 if (!restore_backup(state, FLAG_RESTORE, state->elem_count)) { in union_elem_code()
Dcbor_common.h126 #define FLAG_RESTORE 1UL macro
Dcbor_encode.c243 if (!restore_backup(state, FLAG_RESTORE | FLAG_DISCARD, 0xFFFFFFFF)) { in bstrx_cbor_end_encode()
334 if (!restore_backup(state, FLAG_RESTORE | FLAG_DISCARD, 0xFFFFFFFF)) { in list_map_end_encode()
Dcbor_decode.c282 FLAG_RESTORE | FLAG_DISCARD | FLAG_TRANSFER_PAYLOAD, in bstrx_cbor_end_decode()
387 FLAG_RESTORE | FLAG_DISCARD | FLAG_TRANSFER_PAYLOAD, in list_map_end_decode()