Home
last modified time | relevance | path

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

/mbedtls-latest/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
/mbedtls-latest/tests/scripts/
Dcomponents-basic-checks.sh39 tests/scripts/check-doxy-blocks.pl
/mbedtls-latest/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…
/mbedtls-latest/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()
/mbedtls-latest/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.
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md94 Hashes are often used as building blocks for other mechanisms (HMAC, signatures, key derivation, et…
/mbedtls-latest/
DChangeLog1584 Alternative GCM implementations can process whole blocks only.
1710 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to
5326 * zlib compression/decompression skipped on empty blocks