| /src/crypto/external/bsd/openssl.old/dist/test/ |
| fatalerrtest.c | 66 /* SSL_read()/SSL_write should fail because of a previous fatal error */ 72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0))
|
| sslbuffertest.c | 91 ret = SSL_write(clientssl, testdata + len,
|
| dtls_mtu_test.c | 103 if (!TEST_int_eq(SSL_write(clnt_ssl, buf, s), (int)s))
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_newcid_test.c | 77 if (!TEST_int_eq(SSL_write(cssl, msg, msglen), msglen)) 124 if (!TEST_int_eq(SSL_write(cssl, msg, msglen), msglen))
|
| fatalerrtest.c | 66 /* SSL_read()/SSL_write should fail because of a previous fatal error */ 72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0))
|
| quic_client_test.c | 120 if (!TEST_int_eq(SSL_write(c_ssl, msg1, sizeof(msg1) - 1),
|
| dtls_mtu_test.c | 105 if (!TEST_int_eq(SSL_write(clnt_ssl, buf, s), (int)s))
|
| quicfaultstest.c | 44 if (!TEST_int_eq(SSL_write(cssl, msg, msglen), msglen))
|
| sslbuffertest.c | 123 ret = SSL_write(clientssl, testdata + len,
|
| sslcorrupttest.c | 230 if (!TEST_int_ge(SSL_write(client, junk, sizeof(junk)), 0))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| fatalerrtest.c | 66 /* SSL_read()/SSL_write should fail because of a previous fatal error */ 72 if (!TEST_int_le(SSL_write(sssl, msg, strlen(msg)), 0))
|
| dtls_mtu_test.c | 103 if (!TEST_int_eq(SSL_write(clnt_ssl, buf, s), (int)s))
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_time.c | 303 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) 356 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) 384 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_time.c | 286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) 340 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) 368 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_time.c | 232 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) 286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0) 313 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
|
| /src/external/bsd/libpcap/dist/ |
| sslutils.c | 183 int status = SSL_write(ssl, buffer, size); 186 // "SSL_write() will only return with success, when the complete contents (...) has been written." 202 snprintf(errbuf, errbuflen, "SSL_write(): %s",
|
| /src/external/mpl/bind/dist/lib/isc/ |
| openssl_shim.c | 92 int rv = SSL_write(ssl, buf, num);
|
| /src/crypto/external/apache2/openssl/dist/demos/sslecho/ |
| main.c | 257 if (SSL_write(ssl, rxbuf, rxlen) <= 0) { 332 if ((result = SSL_write(ssl, txbuf, strlen(txbuf))) <= 0) {
|
| /src/external/bsd/unbound/dist/testcode/ |
| streamtcp.c | 245 if(SSL_write(ssl, (void*)&len, (int)sizeof(len)) <= 0) { 246 log_crypto_err("cannot SSL_write"); 263 if(SSL_write(ssl, (void*)sldns_buffer_begin(buf), 265 log_crypto_err("cannot SSL_write"); 489 if(SSL_write(ssl, (void*)sldns_buffer_begin(proxy_buf), 491 log_crypto_err("cannot SSL_write");
|
| petal.c | 411 if(SSL_write(ssl, hdr, (int)r) <= 0) { 456 if(SSL_write(ssl, buf, at-buf) <= 0) { 547 if(SSL_write(ssl, buf, at-buf) <= 0) {
|
| /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/ |
| ddd-03-fd-blocking.c | 96 return SSL_write(ssl, buf, buf_len);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| openssl_shim.c | 154 int rv = SSL_write(ssl, buf, num);
|
| /src/libexec/httpd/ |
| ssl-bozo.c | 212 int ret = SSL_write(sslinfo->bozossl, buf, nbytes); 241 ret = SSL_write(sslinfo->bozossl, buf, (int)nbytes);
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| quic-client.c | 172 ret = SSL_write(stream, tmp, writelen);
|
| quic-server.c | 163 ret = SSL_write(stream, tmp, writelen);
|