Searched refs:aligned (Results 1 – 12 of 12) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_bignum_mod_raw.data | 1 Test mbedtls_mpi_mod_raw_io #1 BE (Buffer and limbs just fit, input limb-aligned) 4 Test mbedtls_mpi_mod_raw_io #1 LE (Buffer and limbs just fit, input limb-aligned) 13 Test mbedtls_mpi_mod_raw_io #3 BE (Buffer just fits, extra limbs, input limb-aligned) 16 Test mbedtls_mpi_mod_raw_io #3 LE (Buffer just fits, extra limbs, input limb-aligned) 25 Test mbedtls_mpi_mod_raw_io #5 BE (Extra limbs, buffer aligned to extra limbs, input limb-aligned) 28 Test mbedtls_mpi_mod_raw_io #5 LE (Extra limbs, buffer aligned to extra limbs, input limb-aligned) 31 Test mbedtls_mpi_mod_raw_io #6 BE (Extra limbs, buffer aligned to extra limbs, input unaligned) 34 Test mbedtls_mpi_mod_raw_io #6 LE (Extra limbs, buffer aligned to extra limbs, input unaligned) 37 Test mbedtls_mpi_mod_raw_io #7 BE (Buffer and limbs just fit, input limb-aligned with leading zeroe… 40 Test mbedtls_mpi_mod_raw_io #7 LE (Buffer and limbs just fit, input limb-aligned with leading zeroe… [all …]
|
D | test_suite_bignum_core.misc.data | 4 Test mbedtls_mpi_core_io_be #1 (Buffer and limbs just fit, input limb-aligned) 10 Test mbedtls_mpi_core_io_be #3 (Buffer just fits, extra limbs, input limb-aligned) 16 Test mbedtls_mpi_core_io_be #5 (Extra limbs, buffer aligned to extra limbs, input limb-aligned) 19 Test mbedtls_mpi_core_io_be #6 (Extra limbs, buffer aligned to extra limbs, input unaligned) 22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes) 28 Test mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero… 54 Test mbedtls_mpi_core_io_be #17 (not enough limbs, input limb-aligned) 60 Test mbedtls_mpi_core_io_be #19 (buffer too small, input limb-aligned) 69 Test mbedtls_mpi_core_io_le #1 (Buffer and limbs just fit, input limb-aligned) 75 Test mbedtls_mpi_core_io_le #3 (Buffer just fits, extra limbs, input limb-aligned) [all …]
|
D | test_suite_alignment.function | 33 /* Define 64-bit aligned raw byte array */ 63 /* Make a 16/32/64 byte read from the aligned location, and copy to expected */ 248 /* Define 64-bit aligned raw byte array */
|
D | test_suite_common.function | 69 /* Test non-word-aligned buffers, for all combinations of alignedness */
|
D | test_suite_pkparse.function | 55 * only byte-aligned sizes are supported.
|
D | test_suite_md.function | 69 * being aligned, so make sure they remain so. */
|
D | test_suite_pkparse.data | 917 # Test keys with non-word-aligned sizes.
|
D | test_suite_x509parse.data | 2336 # The ASN.1 module rejects non-octet-aligned bit strings. 2337 X509 CRT ASN1 (inv Signature: not octet-aligned)
|
/mbedtls-latest/programs/test/ |
D | metatest.c | 216 } aligned; in test_memory_poison() local 217 memset(aligned.buf, 'a', sizeof(aligned.buf)); in test_memory_poison() 219 if (start > sizeof(aligned.buf)) { in test_memory_poison() 223 __func__, start, sizeof(aligned.buf)); in test_memory_poison() 226 if (start + count > sizeof(aligned.buf)) { in test_memory_poison() 230 __func__, start + count, sizeof(aligned.buf)); in test_memory_poison() 241 MBEDTLS_TEST_MEMORY_POISON(aligned.buf + start, count); in test_memory_poison() 244 aligned.buf[start + offset] = 'b'; in test_memory_poison() 245 do_nothing_with_object_but_the_compiler_does_not_know(aligned.buf); in test_memory_poison() 247 do_nothing_with_object_but_the_compiler_does_not_know(aligned.buf); in test_memory_poison() [all …]
|
/mbedtls-latest/docs/architecture/ |
D | tls13-support.md | 312 - When in successive lines, functions and macros parameters should be aligned
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 240 …* As long as the input remains block-aligned, the output length is exactly the input length, as be… 1014 …d the default curve and hash selection in TLS have changed. They are now aligned, except that the …
|
/mbedtls-latest/ |
D | ChangeLog | 2703 values are aligned with the upcoming release of the PSA Crypto API 4872 if memory_buffer_alloc_init() was called with buf not aligned and len not 4988 * Enforce alignment in the buffer allocator even if buffer is not aligned 5242 * Prevent possible alignment warnings on casting from char * to 'aligned *' 6166 output data is non-aligned by falling back to the software 6167 implementation, as VIA Nehemiah cannot handle non-aligned buffers
|