Home
last modified time | relevance | path

Searched refs:BIO_free (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/openssl/test/
Dbio_memleak_test.c39 BIO_free(bio); in test_bio_memleak()
59 BIO_free(bio); in test_bio_get_mem()
66 BIO_free(bio); in test_bio_get_mem()
102 BIO_free(bio); in test_bio_new_mem_buf()
143 BIO_free(bio); in test_bio_rdonly_mem_buf()
144 BIO_free(bio2); in test_bio_rdonly_mem_buf()
180 BIO_free(bio); in test_bio_rdwr_rdonly()
220 BIO_free(bio); in test_bio_nonclear_rst()
279 BIO_free(bio); in test_bio_i2d_ASN1_mime()
280 BIO_free(out); in test_bio_i2d_ASN1_mime()
Dcmsapitest.c55 BIO_free(msgbio); in test_encrypt_decrypt()
56 BIO_free(outmsgbio); in test_encrypt_decrypt()
288 BIO_free(bio); in test_d2i_CMS_bio_NULL()
353 BIO_free(bio); in test_d2i_CMS_decode()
380 BIO_free(certbio); in setup_tests()
383 BIO_free(certbio); in setup_tests()
392 BIO_free(privkeybio); in setup_tests()
397 BIO_free(privkeybio); in setup_tests()
Dpem_read_depr_test.c57 BIO_free(infile); in test_read_dh_params()
78 BIO_free(infile); in test_read_dh_x942_params()
101 BIO_free(infile); in test_read_dsa_params()
122 BIO_free(infile); in test_read_dsa_private()
143 BIO_free(infile); in test_read_dsa_public()
165 BIO_free(infile); in test_read_rsa_private()
186 BIO_free(infile); in test_read_rsa_public()
Dbio_core_test.c53 return BIO_free(bio->bio); in tst_bio_core_free()
103 BIO_free(cbiobad); in test_bio_core()
104 BIO_free(cbio); in test_bio_core()
105 BIO_free(corebio.bio); in test_bio_core()
Dhttp_test.c145 BIO_free(rsp); in test_http_x509()
150 BIO_free(req); in test_http_x509()
151 BIO_free(wbio); in test_http_x509()
152 BIO_free(rbio); in test_http_x509()
191 BIO_free(rsp); in test_http_keep_alive()
198 BIO_free(wbio); in test_http_keep_alive()
199 BIO_free(rbio); in test_http_keep_alive()
Dpkcs7_test.c90 BIO_free(msg_bio); in pkcs7_verify_test()
91 BIO_free(x509_bio); in pkcs7_verify_test()
92 BIO_free(bio); in pkcs7_verify_test()
Dpemtest.c56 BIO_free(b); in test_b64()
78 BIO_free(b); in test_invalid()
81 BIO_free(b); in test_invalid()
Dbio_readbuffer_test.c40 BIO_free(in); in test_readbuffer_file_bio()
93 BIO_free(in); in test_readbuffer_file_bio()
95 BIO_free(readbuf_bio); in test_readbuffer_file_bio()
/third_party/openssl/test/testutil/
Dload.c29 BIO_free(bio); in load_cert_pem()
44 BIO_free(bio); in STACK_OF()
53 BIO_free(bio); in STACK_OF()
64 BIO_free(bio); in STACK_OF()
88 BIO_free(bio); in load_pkey_pem()
103 BIO_free(bio); in load_csr_der()
/third_party/openssl/doc/man3/
DBIO_new.pod5 BIO_new_ex, BIO_new, BIO_up_ref, BIO_free, BIO_vfree, BIO_free_all
15 int BIO_free(BIO *a);
30 BIO_free() frees up a single BIO, BIO_vfree() also frees up a single BIO
33 Calling BIO_free() may also have some effect
46 BIO_up_ref() and BIO_free() return 1 for success and 0 for failure.
52 If BIO_free() is called on a BIO chain it will only free one BIO resulting
55 Calling BIO_free_all() on a single BIO has the same effect as calling BIO_free()
/third_party/openssl/demos/cms/
Dcms_ddec.c83 BIO_free(in); in main()
84 BIO_free(out); in main()
85 BIO_free(tbio); in main()
86 BIO_free(dcont); in main()
Dcms_denc.c92 BIO_free(in); in main()
93 BIO_free(out); in main()
94 BIO_free(dout); in main()
95 BIO_free(tbio); in main()
Dcms_sign2.c37 BIO_free(tbio); in main()
94 BIO_free(in); in main()
95 BIO_free(out); in main()
96 BIO_free(tbio); in main()
Dcms_dec.c74 BIO_free(in); in main()
75 BIO_free(out); in main()
76 BIO_free(tbio); in main()
Dcms_ver.c84 BIO_free(in); in main()
85 BIO_free(out); in main()
86 BIO_free(tbio); in main()
Dcms_sign.c84 BIO_free(in); in main()
85 BIO_free(out); in main()
86 BIO_free(tbio); in main()
Dcms_enc.c88 BIO_free(in); in main()
89 BIO_free(out); in main()
90 BIO_free(tbio); in main()
/third_party/openssl/demos/smime/
Dsmsign2.c37 BIO_free(tbio); in main()
92 BIO_free(in); in main()
93 BIO_free(out); in main()
94 BIO_free(tbio); in main()
Dsmdec.c72 BIO_free(in); in main()
73 BIO_free(out); in main()
74 BIO_free(tbio); in main()
Dsmsign.c82 BIO_free(in); in main()
83 BIO_free(out); in main()
84 BIO_free(tbio); in main()
Dsmenc.c86 BIO_free(in); in main()
87 BIO_free(out); in main()
88 BIO_free(tbio); in main()
Dsmver.c83 BIO_free(in); in main()
84 BIO_free(out); in main()
85 BIO_free(tbio); in main()
/third_party/python/Modules/_ssl/
Dcert.c100 BIO_free(bio); in _ssl_Certificate_public_bytes_impl()
104 BIO_free(bio); in _ssl_Certificate_public_bytes_impl()
113 BIO_free(bio); in _ssl_Certificate_public_bytes_impl()
144 BIO_free(biobuf); in _x509name_print()
148 BIO_free(biobuf); in _x509name_print()
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c101 BIO_free(in); in der2obj_decode()
161 BIO_free(in); in msblob2obj_decode()
172 BIO_free(in); in msblob2obj_decode()
228 BIO_free(in); in pvk2obj_decode()
239 BIO_free(in); in pvk2obj_decode()
/third_party/openssl/fuzz/
Dserver.c576 BIO_free(bio_buf); in FuzzerTestOneInput()
587 BIO_free(bio_buf); in FuzzerTestOneInput()
600 BIO_free(bio_buf); in FuzzerTestOneInput()
611 BIO_free(bio_buf); in FuzzerTestOneInput()

12345678910