Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cmac.data68 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
Dtest_suite_cmac.function160 /* 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
Dtest_suite_memory_buffer_alloc.function134 /* Once blocks are reallocated, the block allocated to the memory request
137 * we don't check the size after blocks have been reallocated. */
Dtest_suite_aes.ofb.data8 OFB-AES128.Encrypt - Partial blocks - 7 bytes
Dtest_suite_psa_crypto_init.data59 Fake entropy: two blocks eventually
/openthread-latest/src/cli/
DREADME_COAP.md175 …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…
DREADME_COAPS.md177 …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/
DREADME.md22 … 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/
Dpsa-crypto-implementation-structure.md143 …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`.
Dpsa-shared-memory.md248 …ques to prevent optimization, for example memory barriers or empty `asm` blocks. These may be impl…
/openthread-latest/third_party/mbedtls/repo/library/
Daes.c1197 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/
DCONTRIBUTING.md181 API Reference topics use [Doxygen comment blocks](https://www.doxygen.nl/manual/docblocks.html) to …
DSTYLE_GUIDE.md36 …eption: The use of local gotos for the purposes of common error handling blocks and single points …
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md239 …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/
DDoxyfile.in516 # 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/
Dpsa-legacy-bridges.md94 Hashes are often used as building blocks for other mechanisms (HMAC, signatures, key derivation, et…
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh1039 tests/scripts/check-doxy-blocks.pl
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1389 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