Lines Matching defs:ssl
137 static bool add_record_to_flight(SSL *ssl, uint8_t type, in add_record_to_flight()
171 bool tls_init_message(const SSL *ssl, CBB *cbb, CBB *body, uint8_t type) { in tls_init_message()
184 bool tls_finish_message(const SSL *ssl, CBB *cbb, Array<uint8_t> *out_msg) { in tls_finish_message()
188 bool tls_add_message(SSL *ssl, Array<uint8_t> msg) { in tls_add_message()
244 bool tls_flush_pending_hs_data(SSL *ssl) { in tls_flush_pending_hs_data()
266 bool tls_add_change_cipher_spec(SSL *ssl) { in tls_add_change_cipher_spec()
284 int tls_flush_flight(SSL *ssl) { in tls_flush_flight()
355 static ssl_open_record_t read_v2_client_hello(SSL *ssl, size_t *out_consumed, in read_v2_client_hello()
476 static bool parse_message(const SSL *ssl, SSLMessage *out, in parse_message()
504 bool tls_get_message(const SSL *ssl, SSLMessage *out) { in tls_get_message()
518 bool tls_can_accept_handshake_data(const SSL *ssl, uint8_t *out_alert) { in tls_can_accept_handshake_data()
538 bool tls_has_unprocessed_handshake_data(const SSL *ssl) { in tls_has_unprocessed_handshake_data()
551 bool tls_append_handshake_data(SSL *ssl, Span<const uint8_t> data) { in tls_append_handshake_data()
560 ssl_open_record_t tls_open_handshake(SSL *ssl, size_t *out_consumed, in tls_open_handshake()
639 void tls_next_message(SSL *ssl) { in tls_next_message()