Lines Matching refs:SSL_CONNECTION_GET_SSL
333 rbio = SSL_get_rbio(SSL_CONNECTION_GET_SSL(s)); in ossl_statem_server_read_transition()
648 && (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()
749 SSL *ssl = SSL_CONNECTION_GET_SSL(s); in ossl_statem_server_pre_work()
877 SSL *ssl = SSL_CONNECTION_GET_SSL(s); in ossl_statem_server_post_work()
1460 SSL_CONNECTION_GET_SSL(s)) >= TLS1_2_VERSION ? in ssl_check_for_safari()
1626 if (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()
1698 SSL *ssl = SSL_CONNECTION_GET_SSL(s); in tls_early_post_process_client_hello()
2277 SSL *ssl = SSL_CONNECTION_GET_SSL(s); in tls_post_process_client_hello()
2464 || !SSL_CONNECTION_GET_SSL(s)->method->put_cipher_by_char(s->s3.tmp.new_cipher, in tls_construct_server_hello()
3473 if (SSL_export_keying_material(SSL_CONNECTION_GET_SSL(s), in tls_post_process_client_key_exchange()
4401 if (!SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->change_cipher_state(s, in tls_process_end_of_early_data()