Lines Matching defs:buf_len
2410 size_t buf_len, msg_len;
2417 ssl, MBEDTLS_SSL_HS_SERVER_HELLO, &buf, &buf_len));
2420 buf + buf_len,
2428 ssl, buf_len, msg_len));
2483 size_t buf_len, msg_len;
2491 &buf, &buf_len));
2494 buf + buf_len,
2501 MBEDTLS_SSL_PROC_CHK(mbedtls_ssl_finish_handshake_msg(ssl, buf_len,
2602 size_t buf_len, msg_len;
2613 &buf, &buf_len));
2616 ssl, buf, buf + buf_len, &msg_len));
2623 ssl, buf_len, msg_len));
2743 size_t buf_len, msg_len;
2747 &buf, &buf_len));
2750 ssl, buf, buf + buf_len, &msg_len));
2757 ssl, buf_len, msg_len));
3025 size_t buf_len;
3029 &buf, &buf_len));
3032 ssl, buf, buf + buf_len));
3042 buf, buf_len));
3402 size_t buf_len, msg_len;
3409 &buf, &buf_len));
3412 ssl, buf, buf + buf_len, &msg_len,
3416 ssl, buf_len, msg_len));