Home
last modified time | relevance | path

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

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