Symbol: BIO_reset
lib/libcrypto/ocsp/ocsp_ht.c
307
(void)BIO_reset(rctx->mem);
lib/libssl/ssl_lib.c
3152
(void)BIO_reset(bbio);
regress/lib/libcrypto/asn1/asn1object.c
434
if ((ret = BIO_reset(bio)) <= 0) {
regress/lib/libcrypto/bio/bio_mem.c
171
if (!BIO_reset(bio)) {
regress/lib/libcrypto/bio/bio_mem.c
300
if (!BIO_reset(bio)) {
regress/lib/libcrypto/evp/evp_ecx_test.c
340
(void)BIO_reset(bio);
regress/lib/libcrypto/evp/evp_ecx_test.c
364
(void)BIO_reset(bio);
regress/lib/libcrypto/evp/evp_ecx_test.c
772
(void)BIO_reset(bio);
regress/lib/libcrypto/evp/evp_ecx_test.c
794
(void)BIO_reset(bio);
regress/lib/libcrypto/pem/x509_info.c
92
if (BIO_reset(bp) != 1)
regress/lib/libcrypto/pkcs7/pkcs7test.c
183
if (BIO_reset(bio_content) != 1)
regress/lib/libcrypto/pkcs7/pkcs7test.c
217
if (BIO_reset(bio_content) != 1)
regress/lib/libcrypto/pkcs7/pkcs7test.c
251
if (BIO_reset(bio_content) != 1)
regress/lib/libcrypto/pkcs7/pkcs7test.c
271
if (BIO_reset(bio_content) != 1)
sbin/iked/ca.c
1590
} else if (BIO_reset(rawcert) == 1 &&
usr.bin/openssl/certhash.c
533
if (BIO_reset(bio) != 0) {
usr.bin/openssl/dgst.c
577
(void) BIO_reset(bmd);
usr.bin/openssl/req.c
1652
(void) BIO_reset(pbio);
usr.sbin/unbound/smallapp/unbound-anchor.c
1410
(void)BIO_reset(data->ctag);
usr.sbin/unbound/smallapp/unbound-anchor.c
1411
(void)BIO_reset(data->calgo);
usr.sbin/unbound/smallapp/unbound-anchor.c
1412
(void)BIO_reset(data->cdigtype);
usr.sbin/unbound/smallapp/unbound-anchor.c
1413
(void)BIO_reset(data->cdigest);
usr.sbin/unbound/smallapp/unbound-anchor.c
1465
(void)BIO_reset(data->czone);
usr.sbin/unbound/smallapp/unbound-anchor.c
1475
(void)BIO_reset(b);