Lines Matching defs:end

496  * \param end    Pointer to one past the end of the buffer.
504 const uint8_t *end, size_t need)
506 return (cur > end) || (need > (size_t) (end - cur));
511 const uint8_t *end;
516 const uint8_t *cur, const uint8_t *end, size_t need);
523 const uint8_t *end, size_t need)
525 if ((cur > end) || (need > (size_t) (end - cur))) {
526 mbedtls_ssl_set_chk_buf_ptr_fail_args(cur, end, need);
539 * \param end Pointer to one past the end of the buffer.
543 #define MBEDTLS_SSL_CHK_BUF_PTR(cur, end, need) \
545 if (mbedtls_ssl_chk_buf_ptr((cur), (end), (need)) != 0) \
561 * \param end Pointer to one past the end of the buffer.
565 #define MBEDTLS_SSL_CHK_BUF_READ_PTR(cur, end, need) \
567 if (mbedtls_ssl_chk_buf_ptr((cur), (end), (need)) != 0) \
1273 * \param[in] end End address of the buffer where to write the extensions
1281 const unsigned char *end,
1909 * \param[in] end End address of the buffer where to write the extensions
1915 unsigned char *end,
2081 * \param[in] end End of the buffer containing the list of extensions.
2098 const unsigned char *buf, const unsigned char *end,
2144 unsigned char *end,
2152 const unsigned char *end,
2218 const unsigned char *end, size_t *out_len);
2225 const unsigned char *end);
2771 const unsigned char *end);
2781 const unsigned char *end);
2786 const unsigned char *end,
2794 const unsigned char *end);
2800 unsigned char *end,
2819 * \param[in] end End address of the buffer where to write the extension
2823 * \param[out] binders_len Length of the binders to be written at the end of
2829 unsigned char *buf, unsigned char *end,
2834 * 1.3 specific Pre-Shared key extension binders at the end of the
2839 * \param[in] end End address of the buffer where to write the binders
2844 unsigned char *buf, unsigned char *end);