Home
last modified time | relevance | path

Searched refs:src1 (Results 1 – 3 of 3) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dconstant_time.c172 const unsigned char *src1, in mbedtls_ct_memcpy_if() argument
198 uint64_t a = mbedtls_get_unaligned_uint64(src1 + i) & mask; in mbedtls_ct_memcpy_if()
204 uint32_t a = mbedtls_get_unaligned_uint32(src1 + i) & mask; in mbedtls_ct_memcpy_if()
211 dest[i] = (src1[i] & mask) | (src2[i] & not_mask); in mbedtls_ct_memcpy_if()
Dconstant_time_internal.h497 const unsigned char *src1,
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.function663 struct align1 *src1 = NULL;
682 TEST_CALLOC(src1, 1);
685 if (!test_copy(key, &src1->ctx, &enc0->ctx, &dec0->ctx)) {
688 mbedtls_free(src1);
689 src1 = NULL;
710 TEST_CALLOC(src1, 1);
713 if (!test_copy(key, &src1->ctx, &enc1->ctx, &dec1->ctx)) {
716 mbedtls_free(src1);
717 src1 = NULL;
727 mbedtls_free(src1);