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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dfatalerrtest.c17 SSL *sssl = NULL, *cssl = NULL; local
54 if (!create_ssl_objects(sctx, cctx, &sssl, &cssl, NULL, NULL)) {
65 if (create_ssl_connection(sssl, cssl)) {
79 if ((len = SSL_read(sssl, buf, sizeof(buf) - 1)) > 0) {
84 if (SSL_write(sssl, msg, strlen(msg)) > 0) {
91 SSL_free(sssl);

Completed in 104 milliseconds