Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_encode.h82 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input); /* pint/nint */
/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c156 bool zcbor_int32_encode(zcbor_state_t *state, const int32_t *input) function