Home
last modified time | relevance | path

Searched defs:block (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dheap.cpp126 …for (Block *block = &BlockNext(*prev); block->GetSize() < aBlock.GetSize(); block = &BlockNext(*bl… in BlockInsert() local
154 Block &block = BlockOf(aPointer); in Free() local
/openthread-latest/third_party/mbedtls/repo/library/
Daesce.c166 static uint8x16_t aesce_encrypt_block(uint8x16_t block, in aesce_encrypt_block()
229 static uint8x16_t aesce_decrypt_block(uint8x16_t block, in aesce_decrypt_block()
270 uint8x16_t block = vld1q_u8(&input[0]); in mbedtls_aesce_crypt_ecb() local