Home
last modified time | relevance | path

Searched refs:ssl3_record_write (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libssl/
Ds3_lib.c1244 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
Dssl_local.h1331 int ssl3_record_write(SSL *s, int type);
Dssl_clnt.c2359 return ssl3_record_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in ssl3_send_client_change_cipher_spec()
Dssl_srvr.c2400 return ssl3_record_write(s, SSL3_RT_CHANGE_CIPHER_SPEC); in ssl3_send_server_change_cipher_spec()