Searched refs:ini (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.5.0/samples/drivers/crypto/src/ |
D | main.c | 129 struct cipher_ctx ini = { in ecb_mode() local 147 if (cipher_begin_session(dev, &ini, CRYPTO_CIPHER_ALGO_AES, in ecb_mode() 153 if (cipher_block_op(&ini, &encrypt)) { in ecb_mode() 169 cipher_free_session(dev, &ini); in ecb_mode() 171 if (cipher_begin_session(dev, &ini, CRYPTO_CIPHER_ALGO_AES, in ecb_mode() 177 if (cipher_block_op(&ini, &decrypt)) { in ecb_mode() 194 cipher_free_session(dev, &ini); in ecb_mode() 211 struct cipher_ctx ini = { in cbc_mode() local 234 if (cipher_begin_session(dev, &ini, CRYPTO_CIPHER_ALGO_AES, in cbc_mode() 240 if (cipher_cbc_op(&ini, &encrypt, iv)) { in cbc_mode() [all …]
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/ |
D | tox.ini | 14 python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree
|
/Zephyr-Core-3.5.0/samples/net/gptp/ |
D | README.rst | 82 cp ../gptp_cfg.ini . 84 Edit the :file:`gptp_cfg.ini` file and set the neighborPropDelayThresh to 10000 92 sudo ./gptp enp0s25 -F gptp_cfg.ini
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | sign.rst | 149 .. code-block:: ini
|
D | config.rst | 16 .. code-block:: ini
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-1.9.rst | 278 * ``ZEP-2314`` - Testcase failure :tests/benchmarks/timing_info/testcase.ini#test 279 * ``ZEP-2316`` - Testcase failure :tests/bluetooth/shell/testcase.ini#test_br
|
D | release-notes-1.8.rst | 278 * ``ZEP-1936`` - tests/drivers/spi/spi_basic_api/testcase.ini#test_spi - Assertion Fail
|
D | release-notes-1.6.rst | 321 * ``ZEP-1124`` - tests/kernel/test_sprintf/microkernel/testcase.ini#test failure on frdm_k64f
|
D | release-notes-1.7.rst | 435 * ``ZEP-1768`` - samples: cases miss testcase.ini
|
D | release-notes-1.11.rst | 261 * :github:`3747` - tests/kernel/mem_slab/test_mslab_threadsafe/testcase.ini#test type:qemu-zephyr-a…
|
D | release-notes-1.10.rst | 482 * :github:`4791` - rpl-node uses testcase.ini instead of sample.yaml format
|