Searched refs:handshake_func (Results 1 – 11 of 11) sorted by relevance
18 i = s->handshake_func(s); in dtls1_write_app_data_bytes()
1744 if (s->handshake_func == NULL) { in SSL_accept()1754 if (s->handshake_func == NULL) { in SSL_connect()1836 if (s->handshake_func == NULL) { in ssl_read_internal()1967 if (s->handshake_func == NULL) { in ssl_peek_internal()2027 if (s->handshake_func == NULL) { in ssl_write_internal()2069 if (s->handshake_func == NULL) { in SSL_sendfile()2240 if (s->handshake_func == NULL) { in SSL_shutdown()2844 int server = s->handshake_func == NULL ? 0 : s->server; in SSL_get_servername()3802 int (*hf) (SSL *) = s->handshake_func; in SSL_set_ssl_method()3813 s->handshake_func = meth->ssl_connect; in SSL_set_ssl_method()[all …]
240 if (ssl->handshake_func == ssl->method->ssl_connect) in ssl_ctrl()242 else if (ssl->handshake_func == ssl->method->ssl_accept) in ssl_ctrl()
453 if (s->handshake_func == NULL) { in DTLSv1_listen()
1236 int (*handshake_func) (SSL *); member
4496 if (s->handshake_func == NULL) in ssl3_renegotiate()
368 i = s->handshake_func(s); in dtls1_read_bytes()712 i = s->handshake_func(s); in dtls1_read_bytes()
415 i = s->handshake_func(s); in ssl3_write_bytes()1341 i = s->handshake_func(s); in ssl3_read_bytes()1711 i = s->handshake_func(s); in ssl3_read_bytes()
502 handshake_func: Option<unsafe extern "C" fn(*mut SSL) -> c_int>,605 handshake_func: Option<unsafe extern "C" fn(*mut SSL) -> c_int>,
1101 s->handshake_func = ossl_statem_accept; in tls_finish_handshake()1122 s->handshake_func = ossl_statem_connect; in tls_finish_handshake()
216 … 'int (SSL*)* handshake_func', at offset 384 (in bits) at ssl.h:1097:1