Searched refs:blocks (Results 1 – 18 of 18) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cmac.data | 68 CMAC Multiple Blocks #1 AES-128 - Multiple 8 byte blocks 72 CMAC Multiple Blocks #2 AES-128 - Multiple 16 byte blocks 76 CMAC Multiple Blocks #3 AES-128 - Multiple variable sized blocks 80 CMAC Multiple Blocks #4 AES-128 - Multiple 8 byte blocks with gaps 92 CMAC Multiple Operations, same key #3 AES-192 - variable byte blocks
|
D | test_suite_cmac.function | 160 /* Multiple partial and complete blocks. A negative length means skip the 246 /* Multiple partial and complete blocks. A negative length means skip the 274 /* Multiple partial and complete blocks. A negative length means skip the
|
D | test_suite_memory_buffer_alloc.function | 134 /* Once blocks are reallocated, the block allocated to the memory request 137 * we don't check the size after blocks have been reallocated. */
|
D | test_suite_aes.ofb.data | 8 OFB-AES128.Encrypt - Partial blocks - 7 bytes
|
D | test_suite_psa_crypto_init.data | 59 Fake entropy: two blocks eventually
|
/openthread-latest/src/cli/ |
D | README_COAP.md | 175 …non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random payloa… 176 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se… 192 …non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random payloa… 193 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se…
|
D | README_COAPS.md | 177 …non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random payloa… 178 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se… 205 …non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random payloa… 206 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se…
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | README.md | 22 … frame. This makes this tool usable with SPI slaves which have buggy SPI blocks that prepend a var…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 143 …lly contain the implementation of modes of operation over basic building blocks that are defined e… 144 4. Basic cryptographic building blocks in `library/*.c`.
|
D | psa-shared-memory.md | 248 …ques to prevent optimization, for example memory barriers or empty `asm` blocks. These may be impl…
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | aes.c | 1197 size_t blocks = length / 16; in mbedtls_aes_crypt_xts() local 1224 while (blocks--) { in mbedtls_aes_crypt_xts() 1225 if (MBEDTLS_UNLIKELY(leftover && (mode == MBEDTLS_AES_DECRYPT) && blocks == 0)) { in mbedtls_aes_crypt_xts()
|
/openthread-latest/ |
D | CONTRIBUTING.md | 181 API Reference topics use [Doxygen comment blocks](https://www.doxygen.nl/manual/docblocks.html) to …
|
D | STYLE_GUIDE.md | 36 …eption: The use of local gotos for the purposes of common error handling blocks and single points …
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 239 …bed TLS 2.x, applications had to pass inputs consisting of whole 16-byte blocks except for the las… 250 …ays return the partial output immediately, even if it does not consist of a whole number of blocks.
|
/openthread-latest/doc/ |
D | Doxyfile.in | 516 # documentation blocks found inside the body of a function. If set to NO these 517 # blocks will be appended to the function's detailed documentation block. 653 # ... \endcond blocks. 985 # special comment blocks from generated source code fragments. Normal C, C++ and
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 94 Hashes are often used as building blocks for other mechanisms (HMAC, signatures, key derivation, et…
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 1039 tests/scripts/check-doxy-blocks.pl
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1389 Alternative GCM implementations can process whole blocks only. 1515 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to 5131 * zlib compression/decompression skipped on empty blocks
|