Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_decode.c875 static bool try_key(zcbor_state_t *state, void *key_result, zcbor_decoder_t key_decoder) function
921 if (should_try_key(state) && try_key(state, key_result, key_decoder)) {