Home
last modified time | relevance | path

Searched refs:ssl_get_max_send_fragment (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/crypto/openssl/ssl/record/
HDssl3_buffer.c103 len = ssl_get_max_send_fragment(s) in ssl3_setup_write_buffer()
HDrec_layer_s3.c449 && len >= 4 * (max_send_fragment = ssl_get_max_send_fragment(s)) in ssl3_write_bytes()
585 max_send_fragment = ssl_get_max_send_fragment(s); in ssl3_write_bytes()
966 max_send_fragment = ssl_get_max_send_fragment(s); in do_ssl3_write()
HDrec_layer_d1.c825 if (len > ssl_get_max_send_fragment(s)) { in do_dtls1_write()
/freebsd-head/crypto/openssl/ssl/statem/
HDstatem_dtls.c217 if (len > ssl_get_max_send_fragment(s)) in dtls1_do_write()
218 len = ssl_get_max_send_fragment(s); in dtls1_do_write()
/freebsd-head/crypto/openssl/ssl/
HDd1_lib.c727 ssl_get_max_send_fragment(s) in DTLSv1_listen()
HDt1_enc.c405 if (ssl_get_max_send_fragment(s) != SSL3_RT_MAX_PLAIN_LENGTH) in tls1_change_cipher_state()
HDtls13_enc.c701 if (ssl_get_max_send_fragment(s) != SSL3_RT_MAX_PLAIN_LENGTH) in tls13_change_cipher_state()
HDssl_local.h2475 __owur unsigned int ssl_get_max_send_fragment(const SSL *ssl);
HDssl_lib.c5832 __owur unsigned int ssl_get_max_send_fragment(const SSL *ssl) in ssl_get_max_send_fragment() function