Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_cmac.data44 CMAC Multiple Blocks #1 - Multiple 8 byte blocks
47 CMAC Multiple Blocks #2 - Multiple 16 byte blocks
50 CMAC Multiple Blocks #3 - Multiple variable sized blocks
53 CMAC Multiple Blocks #4 - Multiple 8 byte blocks with gaps
62 CMAC Multiple Operations, same key #3 - variable byte blocks
A Dtest_suite_cmac.function154 /* Multiple partial and complete blocks. A negative length means skip the
236 /* Multiple partial and complete blocks. A negative length means skip the
261 /* Multiple partial and complete blocks. A negative length means skip the
A Dtest_suite_aes.ofb.data8 OFB-AES128.Encrypt - Partial blocks - 7 bytes
A Dtest_suite_memory_buffer_alloc.function142 /* Once blocks are reallocated, the block allocated to the memory request
145 * we don't check the size after blocks have been reallocated. */
A Dtest_suite_psa_crypto_init.data53 Fake entropy: two blocks eventually
/mbedtls-development/ChangeLog.d/
A Dpsa_gcm_buffer_limitation.txt10 Alternative GCM implementations can process whole blocks only.
/mbedtls-development/library/
A Daes.c1120 size_t blocks = length / 16; in mbedtls_aes_crypt_xts() local
1147 while( blocks-- ) in mbedtls_aes_crypt_xts()
1151 if( leftover && ( mode == MBEDTLS_AES_DECRYPT ) && blocks == 0 ) in mbedtls_aes_crypt_xts()
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile425 # documentation blocks found inside the body of a function.
426 # If set to NO (the default) these blocks will be appended to the
544 # and \cond section-label ... \endcond blocks.
811 # doxygen to hide any special comment blocks from generated source code
/mbedtls-development/docs/
A D3.0-migration-guide.md218 …bed TLS 2.x, applications had to pass inputs consisting of whole 16-byte blocks except for the las…
229 …ays return the partial output immediately, even if it does not consist of a whole number of blocks.
/mbedtls-development/tests/scripts/
A Dall.sh835 tests/scripts/check-doxy-blocks.pl
/mbedtls-development/
A DChangeLog65 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to
3680 * zlib compression/decompression skipped on empty blocks

Completed in 29 milliseconds