/freebsd/crypto/openssl/test/ |
H A D | bio_memleak_test.c | 93 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 D | dtlsv1listentest.c | 336 (void)BIO_reset(outbio); in dtls_listen_test()
|
H A D | http_test.c | 192 (void)BIO_reset(rbio); /* discard response contents */ in test_http_keep_alive()
|
H A D | bad_dtls_test.c | 190 (void)BIO_reset(wbio); in validate_client_hello()
|
/freebsd/crypto/openssl/demos/cms/ |
H A D | cms_sign.c | 41 BIO_reset(tbio); in main() 66 BIO_reset(in); in main()
|
H A D | cms_sign2.c | 33 BIO_reset(tbio); in main() 46 BIO_reset(tbio); in main()
|
H A D | cms_dec.c | 34 BIO_reset(tbio); in main()
|
H A D | cms_ddec.c | 37 BIO_reset(tbio); in main()
|
/freebsd/crypto/openssl/demos/smime/ |
H A D | smsign.c | 41 BIO_reset(tbio); in main() 66 BIO_reset(in); in main()
|
H A D | smsign2.c | 33 BIO_reset(tbio); in main() 46 BIO_reset(tbio); in main()
|
H A D | smdec.c | 34 BIO_reset(tbio); in main()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_f_readbuffer.pod | 27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data. 49 L<BIO_reset(3)>,
|
H A D | BIO_ctrl.pod | 5 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 D | BIO_s_file.pod | 37 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 D | BIO_s_mem.pod | 43 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 D | BIO_s_fd.pod | 29 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 D | BIO_f_buffer.pod | 34 Calling BIO_reset() on a buffering BIO clears any buffered data. 89 L<BIO_reset(3)>,
|
H A D | BIO_f_md.pod | 33 BIO_reset() reinitialises a digest BIO. 56 reinitialized by calling BIO_reset(), or BIO_set_md() before any more
|
H A D | BIO_f_ssl.pod | 49 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 D | BIO_s_connect.pod | 53 Calling BIO_reset() on a connect BIO will close any active
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | stanza.c | 48 } else if (!TEST_int_gt(BIO_reset(s->key), 0)) { in read_key()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-anchor.c | 1393 (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 D | dhparam.c | 285 if (BIO_reset(in) == 0) in dhparam_main()
|
H A D | dgst.c | 458 (void)BIO_reset(bmd); in dgst_main()
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 602 (void)BIO_reset(rctx->mem); in OSSL_HTTP_REQ_CTX_nbio() 1173 (void)BIO_reset(bio); in OSSL_HTTP_get()
|