Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/library/
A 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()
A Dconstant_time_internal.h535 size_t offset_max,
/lib/mbedtls/external/mbedtls/tests/suites/
A 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);
/lib/lwip/lwip/src/core/ipv6/
A Ddhcp6.c620 u16_t offset_max; in dhcp6_parse_reply() local
634 offset_max = p->tot_len; in dhcp6_parse_reply()
638 while ((offset + 4 <= offset_max)) { in dhcp6_parse_reply()
/lib/lwip/lwip/src/core/ipv4/
A Ddhcp.c1517 u16_t offset_max; in dhcp_parse_reply() local
1561 offset_max = options_idx_max; in dhcp_parse_reply()
1564 while ((q != NULL) && (offset < offset_max) && (options[offset] != DHCP_OPTION_END)) { in dhcp_parse_reply()
1698 offset_max = (u16_t)(offset_max - q->len); in dhcp_parse_reply()
1699 if (offset < offset_max) { in dhcp_parse_reply()

Completed in 20 milliseconds