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

/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1387 (void)BIO_reset(data->ctag);
1388 (void)BIO_reset(data->calgo);
1389 (void)BIO_reset(data->cdigtype);
1390 (void)BIO_reset(data->cdigest);
1442 (void)BIO_reset(data->czone);
1452 (void)BIO_reset(b);
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c378 (void)BIO_reset(rctx->mem);
/freebsd-11-stable/crypto/openssl/apps/
H A Ddhparam.c390 /* BIO_reset() returns 0 for success for file BIOs only!!! */
391 if (dh == NULL && BIO_reset(in) == 0)
H A Ddgst.c518 (void)BIO_reset(bmd);
H A Dreq.c1580 (void)BIO_reset(pbio);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c4226 if (BIO_reset(conn->ssl_out) < 0) {
4228 "BIO_reset failed");
4237 if (BIO_reset(conn->ssl_out) < 0) {
4239 "BIO_reset failed");
4373 if ((res = BIO_reset(conn->ssl_in)) < 0 ||
4374 (res = BIO_reset(conn->ssl_out)) < 0) {
4375 tls_show_errors(MSG_INFO, __func__, "BIO_reset failed");
4417 if (BIO_reset(conn->ssl_out) < 0) {
4418 tls_show_errors(MSG_INFO, __func__, "BIO_reset failed");
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h587 # define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL) macro
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbad_dtls_test.c490 (void)BIO_reset(wbio);
H A Dssl_lib.c3110 (void)BIO_reset(bbio);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man254 MLINKS+= BIO_ctrl.3 BIO_reset.3

Completed in 127 milliseconds