/openthread-latest/src/cli/ |
D | README_COAP.md | 109 …e "block-<block-size>" if the response should be transferred block-wise. ("block-16","block-32","b… 117 > coap get fdde:ad00:beef:0:2780:9423:166c:1aac test-resource block-1024 175 …lt). Use "block-<block-size>" to send blocks with random payload. ("block-16","block-32","block-64… 176 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se… 184 > coap post fdde:ad00:beef:0:2780:9423:166c:1aac test-resource block-1024 10 192 …lt). Use "block-<block-size>" to send blocks with random payload. ("block-16","block-32","block-64… 193 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se… 201 > coap put fdde:ad00:beef:0:2780:9423:166c:1aac test-resource block-1024 10
|
D | README_COAPS.md | 162 …e "block-<block-size>" if the response should be transferred block-wise. ("block-16","block-32","b… 170 > coaps get test-resource block-1024 177 …lt). Use "block-<block-size>" to send blocks with random payload. ("block-16","block-32","block-64… 178 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se… 186 > coaps post test-resource block-1024 10 205 …lt). Use "block-<block-size>" to send blocks with random payload. ("block-16","block-32","block-64… 206 - payload: CoAP request payload. If \[type\] is "block-<block-size>", the amount of blocks to be se… 214 > coaps put test-resource block-1024 10
|
/openthread-latest/src/core/utils/ |
D | heap.cpp | 125 …for (Block *block = &BlockNext(*prev); block->GetSize() < aBlock.GetSize(); block = &BlockNext(*bl… in BlockInsert() local 127 prev = block; in BlockInsert() 153 Block &block = BlockOf(aPointer); in Free() local 154 Block &right = BlockRight(block); in Free() 156 mMemory.mFreeSize += block.GetSize(); in Free() 158 if (IsLeftFree(block)) in Free() 165 …for (const uint16_t offset = block.GetLeftNext(); left->GetNext() != offset; left = &BlockNext(*le… in Free() 197 left->SetSize(left->GetSize() + block.GetSize() + sizeof(Block)); in Free() 207 block.SetSize(block.GetSize() + right.GetSize() + sizeof(Block)); in Free() 208 BlockInsert(prev, block); in Free() [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | aesce.c | 159 block = vaeseq_u8(block, vld1q_u8(keys)); \ 160 block = vaesmcq_u8(block); \ 166 static uint8x16_t aesce_encrypt_block(uint8x16_t block, in aesce_encrypt_block() argument 189 block = vaeseq_u8(block, vld1q_u8(keys)); in aesce_encrypt_block() 195 block = veorq_u8(block, vld1q_u8(keys)); in aesce_encrypt_block() 197 return block; in aesce_encrypt_block() 222 block = vaesdq_u8(block, vld1q_u8(keys)); \ 223 block = vaesimcq_u8(block); \ 229 static uint8x16_t aesce_decrypt_block(uint8x16_t block, in aesce_decrypt_block() argument 252 block = vaesdq_u8(block, vld1q_u8(keys)); in aesce_decrypt_block() [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_init.data | 40 Fake entropy: less than the block size 47 Fake entropy: one block eventually 51 Fake entropy: one block in two steps 55 Fake entropy: more than one block in two steps 65 NV seed only: less than one block
|
D | test_suite_cmac.data | 56 CMAC Single Blocks #1 AES-128 - Empty block, no updates 60 CMAC Single Blocks #2 AES-128 - Single 16 byte block 64 CMAC Single Blocks #3 AES-128 - Single 64 byte block 88 CMAC Multiple Operations, same key #2 AES-192 - Empty, 64 byte block
|
D | test_suite_pem.data | 56 # The output sequence's length is not multiple of block size (16 bytes). This 74 # Padding data (0x11) is larger than AES block size (16). 77 PEM read (AES-128-CBC, padding data is larger than AES block length) 81 # Padding data (0x9) is larger than DES block size (8). 84 PEM read (DES-CBC, padding data is larger than DES block length)
|
D | test_suite_ctr_drbg.data | 993 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 1 #0 997 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 1 #0 1001 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 2 #0 1005 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 2 #0 1009 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 3 #0 1013 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 3 #0 1017 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,0) block 4 #0 1021 CTR_DRBG CAVS 14.3 (AES-256 no df,no reseed,256,128,0,256) block 4 #0 1025 CTR_DRBG CAVS 14.3 (AES-128 use df,no reseed,128,64,0,0) block 1 #0 1029 CTR_DRBG CAVS 14.3 (AES-128 use df,no reseed,128,64,0,128) block 1 #0 [all …]
|
D | test_suite_aes.ofb.data | 4 OFB-AES128.Encrypt - Single block
|
D | test_suite_block_cipher.function | 28 /* That size is valid for a key or an input/output block. */
|
D | test_suite_constant_time_hmac.function | 83 * by at least one block size.
|
D | test_suite_memory_buffer_alloc.function | 134 /* Once blocks are reallocated, the block allocated to the memory request
|
D | test_suite_aes.xts.data | 13 AES-128-XTS Encrypt Fail Sector Too Large (by 1 block)
|
D | test_suite_cipher.function | 355 /* Update ECB with partial block */ 634 * On the other hand, CBC and ECB ciphers need a full block of input.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | SECURITY.md | 42 and workarounds see the [Block Ciphers](#block-ciphers) section. 73 details and workarounds see the [Block Ciphers](#block-ciphers) section. 120 Currently there are four block ciphers in Mbed TLS: AES, CAMELLIA, ARIA and 135 - Use cryptographic mechanisms that are not based on block ciphers. In 137 block cipher modes. For random generation, use HMAC\_DRBG instead of CTR\_DRBG.
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_zeroize.gdb | 24 # intelligent compiler could determine that this function clears a block of 28 # the block of memory was correctly zeroed would force the compiler to not
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 306 * Obtain some metadata about it (size, block size). 352 ### Dual-dispatch for block cipher primitives 354 …block cipher primitive only in the encrypt direction. Currently, GCM and CCM use the Cipher layer … 357 … there is no plan to extend it to other block ciphers at the moment), while GCM and CCM need to wo… 375 …d for 3 things: (1) to check if the cipher is supported, (2) to check its block size, (3) because … 382 …vings and cleaner code with a new internal module (see section "Internal "block cipher" abstractio… 537 In `mbedtls_md_get_size` and in modules that want a hash's block size, instead of looking up hash m… 569 ### Internal "block cipher" abstraction (previously known as "Cipher light") 601 A block cipher context contains either a legacy module's context (AES, ARIA, Camellia) or a PSA key…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-driver-example-and-guide.md | 68 …er_wrappers.h`, placing the `#include` statements within an `#if defined` block which checks if th… 89 …* **Opaque Drivers** Calls to driver entry points go in a separate `case` block corresponding to t… 123 …TO_ACCELERATOR_DRIVER_PRESENT)` and a corresponding `#endif`. Within this block, each individual d… 156 …pers.h.jinja` for all four entry points have also been modified. The code block below shows the ad…
|
D | 3.0-migration-guide.md | 239 …had to pass inputs consisting of whole 16-byte blocks except for the last block (this limitation h… 240 …* As long as the input remains block-aligned, the output length is exactly the input length, as be… 241 …a multiple of 16, alternative implementations may return the last partial block in the call to `mb… 242 …put buffer for the last partial block. This is needed for alternative implementations that can onl… 251 …* Buffer the data for the last partial block, to be returned in the next call to `mbedtls_gcm_upda… 252 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 135 Some mechanisms require other mechanisms. For example, you can't do GCM without a block cipher, or … 170 * Potential edge cases (e.g. data less/equal/more than the block size, number equal to zero in asym…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 103 * HMAC keys longer than the block size: pre-hashed or not?
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 40 …bination of algorithms and key types, for example a block cipher mode (CBC, CTR, CFB, …) and a blo…
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread_WpanCtl.py | 2165 for block in range(1, 3): 2166 payloadBlock = payloadSplit[block]
|
D | OpenThread.py | 2355 for block in range(1, 3): 2356 payloadBlock = payloadSplit[block]
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 187 ot_option(OT_COAP_BLOCK OPENTHREAD_CONFIG_COAP_BLOCKWISE_TRANSFER_ENABLE "coap block-wise transfer …
|