HomeSort by: relevance | last modified time | path
    Searched defs:do_ssl3_write (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_s3.c 648 i = do_ssl3_write(s, type, &(buf[tot]), pipelens, numpipes, 0,
680 int do_ssl3_write(SSL *s, int type, const unsigned char *buf, function
763 ret = do_ssl3_write(s, type, buf, &tmppipelen, 1, 1, &prefix_len);
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_s3.c 633 i = do_ssl3_write(s, type, &(buf[tot]), pipelens, numpipes, 0,
665 int do_ssl3_write(SSL *s, int type, const unsigned char *buf, function
749 ret = do_ssl3_write(s, type, buf, &tmppipelen, 1, 1, &prefix_len);

Completed in 27 milliseconds