Searched refs:blocks (Results 1 – 12 of 12) sorted by relevance
68 CMAC Multiple Blocks #1 AES-128 - Multiple 8 byte blocks72 CMAC Multiple Blocks #2 AES-128 - Multiple 16 byte blocks76 CMAC Multiple Blocks #3 AES-128 - Multiple variable sized blocks80 CMAC Multiple Blocks #4 AES-128 - Multiple 8 byte blocks with gaps92 CMAC Multiple Operations, same key #3 AES-192 - variable byte blocks
160 /* Multiple partial and complete blocks. A negative length means skip the246 /* Multiple partial and complete blocks. A negative length means skip the274 /* Multiple partial and complete blocks. A negative length means skip the
134 /* Once blocks are reallocated, the block allocated to the memory request137 * we don't check the size after blocks have been reallocated. */
8 OFB-AES128.Encrypt - Partial blocks - 7 bytes
59 Fake entropy: two blocks eventually
39 tests/scripts/check-doxy-blocks.pl
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`.
248 …ques to prevent optimization, for example memory barriers or empty `asm` blocks. These may be impl…
1197 size_t blocks = length / 16; in mbedtls_aes_crypt_xts() local1224 while (blocks--) { in mbedtls_aes_crypt_xts()1225 if (MBEDTLS_UNLIKELY(leftover && (mode == MBEDTLS_AES_DECRYPT) && blocks == 0)) { in mbedtls_aes_crypt_xts()
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.
94 Hashes are often used as building blocks for other mechanisms (HMAC, signatures, key derivation, et…
1584 Alternative GCM implementations can process whole blocks only.1710 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to5326 * zlib compression/decompression skipped on empty blocks