Home
last modified time | relevance | path

Searched refs:BIO_reset (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c93 if (!TEST_int_gt(BIO_reset(bio), 0)) in test_bio_new_mem_buf()
134 if (!TEST_int_gt(BIO_reset(bio2), 0)) in test_bio_rdonly_mem_buf()
165 if (!TEST_int_gt(BIO_reset(bio), 0)) in test_bio_rdwr_rdonly()
202 if (!TEST_int_gt(BIO_reset(bio), 0)) in test_bio_nonclear_rst()
211 if (!TEST_int_gt(BIO_reset(bio), 0)) in test_bio_nonclear_rst()
H A Ddtlsv1listentest.c336 (void)BIO_reset(outbio); in dtls_listen_test()
H A Dhttp_test.c192 (void)BIO_reset(rbio); /* discard response contents */ in test_http_keep_alive()
H A Dbad_dtls_test.c190 (void)BIO_reset(wbio); in validate_client_hello()
/freebsd/crypto/openssl/demos/cms/
H A Dcms_sign.c41 BIO_reset(tbio); in main()
66 BIO_reset(in); in main()
H A Dcms_sign2.c33 BIO_reset(tbio); in main()
46 BIO_reset(tbio); in main()
H A Dcms_dec.c34 BIO_reset(tbio); in main()
H A Dcms_ddec.c37 BIO_reset(tbio); in main()
/freebsd/crypto/openssl/demos/smime/
H A Dsmsign.c41 BIO_reset(tbio); in main()
66 BIO_reset(in); in main()
H A Dsmsign2.c33 BIO_reset(tbio); in main()
46 BIO_reset(tbio); in main()
H A Dsmdec.c34 BIO_reset(tbio); in main()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_readbuffer.pod27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data.
49 L<BIO_reset(3)>,
H A DBIO_ctrl.pod5 BIO_ctrl, BIO_callback_ctrl, BIO_ptr_ctrl, BIO_int_ctrl, BIO_reset,
23 int BIO_reset(BIO *b);
51 BIO_reset() typically resets a BIO to some initial state, in the case
86 BIO_reset() normally returns 1 for success and <=0 for failure. File
H A DBIO_s_file.pod37 BIO_reset() attempts to change the file pointer to the start of file
144 BIO_reset() and BIO_seek() are implemented using fseek() on the underlying
152 L<BIO_reset(3)>, L<BIO_flush(3)>,
H A DBIO_s_mem.pod43 Calling BIO_reset() on a read write memory BIO clears any data in it if the
100 switch it to read only and call BIO_reset() on the read only BIO immediately
110 Calling BIO_reset() on a read write memory BIO with BIO_FLAGS_NONCLEAR_RST
116 Calling BIO_get_mem_ptr() prior to a BIO_reset() call with
H A DBIO_s_fd.pod29 BIO_reset() attempts to change the file pointer to the start of file
84 L<BIO_reset(3)>, L<BIO_read_ex(3)>,
H A DBIO_f_buffer.pod34 Calling BIO_reset() on a buffering BIO clears any buffered data.
89 L<BIO_reset(3)>,
H A DBIO_f_md.pod33 BIO_reset() reinitialises a digest BIO.
56 reinitialized by calling BIO_reset(), or BIO_set_md() before any more
H A DBIO_f_ssl.pod49 Calling BIO_reset() on an SSL BIO closes down any current SSL connection
50 by calling SSL_shutdown(). BIO_reset() is then sent to the next BIO in
H A DBIO_s_connect.pod53 Calling BIO_reset() on a connect BIO will close any active
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c48 } else if (!TEST_int_gt(BIO_reset(s->key), 0)) { in read_key()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1393 (void)BIO_reset(data->ctag); in handle_keydigest()
1394 (void)BIO_reset(data->calgo); in handle_keydigest()
1395 (void)BIO_reset(data->cdigtype); in handle_keydigest()
1396 (void)BIO_reset(data->cdigest); in handle_keydigest()
1448 (void)BIO_reset(data->czone); in xml_startelem()
1458 (void)BIO_reset(b); in xml_startelem()
/freebsd/crypto/openssl/apps/
H A Ddhparam.c285 if (BIO_reset(in) == 0) in dhparam_main()
H A Ddgst.c458 (void)BIO_reset(bmd); in dgst_main()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c602 (void)BIO_reset(rctx->mem); in OSSL_HTTP_REQ_CTX_nbio()
1173 (void)BIO_reset(bio); in OSSL_HTTP_get()

12