Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_bignum_mod_raw.data1 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 …]
Dtest_suite_bignum_core.misc.data4 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 …]
Dtest_suite_alignment.function33 /* 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 */
Dtest_suite_common.function69 /* Test non-word-aligned buffers, for all combinations of alignedness */
Dtest_suite_pkparse.function55 * only byte-aligned sizes are supported.
Dtest_suite_md.function69 * being aligned, so make sure they remain so. */
Dtest_suite_pkparse.data917 # Test keys with non-word-aligned sizes.
Dtest_suite_x509parse.data2336 # The ASN.1 module rejects non-octet-aligned bit strings.
2337 X509 CRT ASN1 (inv Signature: not octet-aligned)
/mbedtls-latest/programs/test/
Dmetatest.c216 } 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/
Dtls13-support.md312 - When in successive lines, functions and macros parameters should be aligned
/mbedtls-latest/docs/
D3.0-migration-guide.md240 …* 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/
DChangeLog2703 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