Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_encode.h92 bool zcbor_simple_encode(zcbor_state_t *state, uint8_t *input); /* CBOR simple value */
/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c461 bool zcbor_simple_encode(zcbor_state_t *state, uint8_t *input) function