Searched refs:offset_max (Results 1 – 5 of 5) sorted by relevance
219 size_t offset_max, in mbedtls_ct_memcpy_offset() argument224 for (offsetval = offset_min; offsetval <= offset_max; offsetval++) { in mbedtls_ct_memcpy_offset()
535 size_t offset_max,
467 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);
620 u16_t offset_max; in dhcp6_parse_reply() local634 offset_max = p->tot_len; in dhcp6_parse_reply()638 while ((offset + 4 <= offset_max)) { in dhcp6_parse_reply()
1517 u16_t offset_max; in dhcp_parse_reply() local1561 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