Home
last modified time | relevance | path

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

/mbedtls/tests/suites/
A 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)
107 Test mbedtls_mpi_mod_raw_io #17 BE (not enough limbs, input limb-aligned)
110 Test mbedtls_mpi_mod_raw_io #17 LE (not enough limbs, input limb-aligned)
119 Test mbedtls_mpi_mod_raw_io #19 BE (buffer too small, input limb-aligned)
[all …]
A 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)
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)
81 Test mbedtls_mpi_core_io_le #5 (Extra limbs, buffer aligned to extra limbs, input limb-aligned)
119 Test mbedtls_mpi_core_io_le #17 (not enough limbs, input limb-aligned)
[all …]
A 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 */
A Dtest_suite_common.function65 /* Test non-word-aligned buffers, for all combinations of alignedness */
A Dtest_suite_md.function69 * being aligned, so make sure they remain so. */
A Dtest_suite_x509parse.data2336 # The ASN.1 module rejects non-octet-aligned bit strings.
2337 X509 CRT ASN1 (inv Signature: not octet-aligned)
/mbedtls/programs/test/
A 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/docs/architecture/
A Dtls13-support.md312 - When in successive lines, functions and macros parameters should be aligned
/mbedtls/docs/
A 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/
A DChangeLog2508 values are aligned with the upcoming release of the PSA Crypto API
4677 if memory_buffer_alloc_init() was called with buf not aligned and len not
4793 * Enforce alignment in the buffer allocator even if buffer is not aligned
5047 * Prevent possible alignment warnings on casting from char * to 'aligned *'
5971 output data is non-aligned by falling back to the software
5972 implementation, as VIA Nehemiah cannot handle non-aligned buffers

Completed in 44 milliseconds