Searched refs:BIO_free_all (Results 1 – 17 of 17) sorted by relevance
42 NativeCrypto.BIO_free_all(ctx); in release()
69 NativeCrypto.BIO_free_all(ctx); in finalize()
41 NativeCrypto.BIO_free_all(source.getBioContext()); in release()
132 NativeCrypto.BIO_free_all(bioCtx); in toString()
380 NativeCrypto.BIO_free_all(bioCtx); in toString()
406 NativeCrypto.BIO_free_all(bioCtx); in toString()
581 public static native void BIO_free_all(long bioRef); in BIO_free_all() method in NativeCrypto
46 using ScopedBIO = ScopedOpenSSL<BIO, BIO_free_all>;
57 BIO_free_all(bio); in VerifySignature()73 BIO_free_all(bio); in VerifySignature()
193 BIO_free_all(b); in process_pci_value()
300 OPENSSL_EXPORT void BIO_free_all(BIO *bio);
140 void BIO_free_all(BIO *bio) { in BIO_free_all() function
475 BIO_free_all(ssl->rbio); in SSL_free()477 BIO_free_all(ssl->wbio); in SSL_free()539 BIO_free_all(ssl->rbio); in SSL_set_bio()542 BIO_free_all(ssl->wbio); in SSL_set_bio()
114 BIO_free_all(out); in pkcs7_to_cert()
2666 BIO_free_all(bio); in base64_decode()2713 BIO_free_all(bio); in base64_encode()
165 BIO_free_all(p); in operator ()()5483 BIO_free_all(bio);11159 NATIVE_METHOD(NativeCrypto, BIO_free_all, "(J)V"),
3014 NativeCrypto.BIO_free_all(ctx); in test_create_BIO_OutputStream()