Searched refs:ssl3_record_write (Results 1 – 4 of 4) sorted by relevance
1244 return ssl3_record_write(s, SSL3_RT_HANDSHAKE); in ssl3_handshake_write()1248 ssl3_record_write(SSL *s, int type) in ssl3_record_write() function
1331 int ssl3_record_write(SSL *s, int type);
2359 return ssl3_record_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in ssl3_send_client_change_cipher_spec()
2400 return ssl3_record_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in ssl3_send_server_change_cipher_spec()