Searched refs:enforce_canonical (Results 1 – 4 of 4) sorted by relevance
148 bool enforce_canonical; /**< Fail when decoding if data is non-canonical. member164 ? state->constant_state->enforce_canonical : ZCBOR_ENFORCE_CANONICAL_DEFAULT)
166 state_array[0].constant_state->enforce_canonical = ZCBOR_ENFORCE_CANONICAL_DEFAULT; in zcbor_new_state()
33 … Allow deciding at run-time whether to enforce canonical data (via 'enforce_canonical'), instead o…57 * Fix a bug with enforce_canonical (ZCBOR_CANONICAL) and floats
100 …enforce_canonical` is true, ensure that the incoming data conforms to canonical encoding, i.e. no …