Searched refs:validate (Results 1 – 12 of 12) sorted by relevance
| /zcbor-latest/tests/encode/test1_suit/src/ |
| D | main.c | 332 struct zcbor_string *validate; in test_manifest() local 418 validate = &manifest in test_manifest() 423 test_command_sequence(validate, validate_present, "validate"); in test_manifest()
|
| /zcbor-latest/ |
| D | README.md | 5 It comes with a schema-driven script tool that can validate your data, or even generate code. 9 It can for example validate a YAML file against a schema and convert it into CBOR. 28 - Decode and validate incoming CBOR data into human-readable YAML/JSON. 111 The zcbor.py script can directly read CBOR, YAML, or JSON data and validate it against a CDDL descr… 122 See `zcbor validate --help` and `zcbor convert --help` for more information. 125 zcbor validate -c <CDDL description file> -t <which CDDL type to expect> -i <input data file> 132 python3 <zcbor base>/zcbor/zcbor.py validate -c <CDDL description file> -t <which CDDL type to expe… 154 This is controlled with the `--yaml-compatibility` option to `convert` and `validate`. 192 The generated code will validate the input, which means that it will check all the restriction set … 252 python3 <zcbor base>/zcbor/zcbor.py validate -c pet.cddl -t Pet --yaml-compatibility -i mypet.json [all …]
|
| D | ARCHITECTURE.md | 144 …ous (i.e. its value is predetermined, like in `Foo = 5`), the code will validate it, but CodeGener…
|
| /zcbor-latest/tests/cases/ |
| D | manifest9_simple.cddl | 55 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 135 suit-validate = 10
|
| D | manifest20.cddl | 49 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 211 suit-validate = 7
|
| D | manifest-moran4.cddl | 89 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 105 suit-validate = 10
|
| D | manifest16.cddl | 58 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 221 suit-validate = 10
|
| D | manifest9.cddl | 87 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 230 suit-validate / 397 suit-validate = 10
|
| D | manifest14.cddl | 68 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 345 suit-validate = 10
|
| D | manifest2.cddl | 79 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 254 suit-validate = 10
|
| D | manifest3.cddl | 83 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 276 suit-validate = 10
|
| D | manifest12.cddl | 103 ? suit-validate => bstr .cbor SUIT_Command_Sequence, 371 suit-validate = 10
|