Lines Matching defs:read
549 /* Inconsistent state - part of the message was read,
994 * Read application data and increase read counter and fragments counter
999 int *read, int *fragments,
1009 ret = mbedtls_ssl_read(ssl, buf + *read, buf_len - *read);
1012 *read += ret;
2405 * and certificate list length can be read
2420 /* Failure when checking if certificate_list data can be read. */
2428 /* Failure when checking if the cert_data length can be read. */
2434 /* Failure when checking if cert_data data can be read. */
2443 /* Failure when checking if the extensions length can be read. */
2452 /* Failure when checking if extensions data can be read. */