Searched refs:aligned (Results 1 – 13 of 13) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/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 | 65 /* Test non-word-aligned buffers, for all combinations of alignedness */
|
| D | test_suite_md.function | 69 * being aligned, so make sure they remain so. */
|
| 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)
|
| /openthread-latest/third_party/mbedtls/repo/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 …]
|
| /openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
| D | SEGGER_RTT.c | 177 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment))) 183 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment)))
|
| /openthread-latest/ |
| D | CODE_OF_CONDUCT.md | 31 … commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of C…
|
| D | STYLE_GUIDE.md | 153 - The names of all variable declarations should be left aligned. 156 - The names of all data member declarations should be left aligned.
|
| /openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
| D | tls13-support.md | 312 - When in successive lines, functions and macros parameters should be aligned
|
| /openthread-latest/third_party/mbedtls/repo/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 …
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | ChangeLog | 2508 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
|