Home
last modified time | relevance | path

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

/mbedtls-3.7.0/library/
Dconstant_time.c218 size_t offset_min, in mbedtls_ct_memcpy_offset() argument
224 for (offsetval = offset_min; offsetval <= offset_max; offsetval++) { in mbedtls_ct_memcpy_offset()
Dconstant_time_internal.h534 size_t offset_min,
/mbedtls-3.7.0/tests/suites/
Dtest_suite_constant_time.function467 void mbedtls_ct_memcpy_offset(int offset_min, int offset_max, int len)
480 for (secret = offset_min; secret <= (size_t) offset_max; secret++) {
487 offset_min, offset_max, len);