Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dconstant_time_internal.h239 size_t offset_min,
Dconstant_time.c427 size_t offset_min, in mbedtls_ct_memcpy_offset() argument
433 for( offsetval = offset_min; offsetval <= offset_max; offsetval++ ) in mbedtls_ct_memcpy_offset()
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function4522 void ssl_cf_memcpy_offset( int offset_min, int offset_max, int len )
4535 for( secret = offset_min; secret <= (size_t) offset_max; secret++ )
4541 offset_min, offset_max, len );