Searched refs:ssl3_do_write (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_both.c133 /* ssl3_do_write sends |ssl->init_buf| in records of type 'type'
136 int ssl3_do_write(SSL *ssl, int type) { function
297 return ssl3_do_write(ssl, SSL3_RT_CHANGE_CIPHER_SPEC);
H A Ds3_lib.c197 return ssl3_do_write(ssl, SSL3_RT_HANDSHAKE);
H A Dinternal.h1038 int ssl3_do_write(SSL *ssl, int type);

Completed in 57 milliseconds