Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_decode.h371 bool zcbor_tstr_expect_ptr(zcbor_state_t *state, char const *ptr, size_t len);
375 #define zcbor_tstr_expect_lit(state, str) zcbor_tstr_expect_ptr(state, str, sizeof(str) - 1)
377 #define zcbor_tstr_expect_arr(state, str) zcbor_tstr_expect_ptr(state, str, sizeof(str))
/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c624 bool zcbor_tstr_expect_ptr(zcbor_state_t *state, char const *ptr, size_t len) function
643 return zcbor_tstr_expect_ptr(state, string, strnlen(string, maxlen));