Home
last modified time | relevance | path

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

1234567891011

/openssl/test/
H A Dcmsapitest.c62 BIO_free(contentbio); in test_encrypt_decrypt()
64 BIO_free(msgbio); in test_encrypt_decrypt()
65 BIO_free(outmsgbio); in test_encrypt_decrypt()
312 BIO_free(content); in test_d2i_CMS_bio_NULL()
314 BIO_free(bio); in test_d2i_CMS_bio_NULL()
382 BIO_free(bio); in test_d2i_CMS_decode()
409 BIO_free(certbio); in setup_tests()
412 BIO_free(certbio); in setup_tests()
421 BIO_free(privkeybio); in setup_tests()
426 BIO_free(privkeybio); in setup_tests()
H A 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()
275 BIO_free(bio); in test_bio_i2d_ASN1_mime()
276 BIO_free(out); in test_bio_i2d_ASN1_mime()
H A 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()
H A Dbio_meth_test.c57 BIO_free(membio); in test_bio_meth()
58 BIO_free(bio3); in test_bio_meth()
59 BIO_free(bio2); in test_bio_meth()
60 BIO_free(bio1); in test_bio_meth()
H A Dpemtest.c56 BIO_free(b); in test_b64()
78 BIO_free(b); in test_invalid()
81 BIO_free(b); in test_invalid()
124 BIO_free(b); in test_empty_payload()
153 BIO_free(b); in test_protected_params()
H A Dhttp_test.c140 BIO_free(req); in test_http_method()
194 BIO_free(rsp); in test_http_method()
198 BIO_free(req); in test_http_method()
199 BIO_free(wbio); in test_http_method()
200 BIO_free(rbio); in test_http_method()
240 BIO_free(rsp); in test_http_keep_alive()
247 BIO_free(wbio); in test_http_keep_alive()
248 BIO_free(rbio); in test_http_keep_alive()
460 BIO_free(wbio); in test_http_resp_hdr_limit()
461 BIO_free(rbio); in test_http_resp_hdr_limit()
H A Dbio_comp_test.c58 BIO_free(bcomp); in do_bio_comp_test()
73 BIO_free(bexp); in do_bio_comp_test()
74 BIO_free(bcomp); in do_bio_comp_test()
75 BIO_free(bmem); in do_bio_comp_test()
H A 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()
H A Dx509_acert_test.c42 BIO_free(bp); in test_print_acert()
43 BIO_free(bout); in test_print_acert()
75 BIO_free(bp); in test_acert_sign()
149 BIO_free(bout); in test_object_group_attr()
H A 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()
/openssl/test/testutil/
H A 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()
/openssl/demos/cms/
H A Dcms_ddec.c84 BIO_free(in); in main()
85 BIO_free(out); in main()
86 BIO_free(tbio); in main()
87 BIO_free(dcont); in main()
H A Dcms_denc.c90 BIO_free(in); in main()
91 BIO_free(out); in main()
92 BIO_free(dout); in main()
93 BIO_free(tbio); in main()
H A Dcms_sign2.c38 BIO_free(tbio); in main()
96 BIO_free(in); in main()
97 BIO_free(out); in main()
98 BIO_free(tbio); in main()
H A Dcms_ver.c54 BIO_free(b); in print_signingTime()
127 BIO_free(in); in main()
128 BIO_free(out); in main()
129 BIO_free(tbio); in main()
H A Dcms_dec.c76 BIO_free(in); in main()
77 BIO_free(out); in main()
78 BIO_free(tbio); in main()
H A Dcms_enc.c88 BIO_free(in); in main()
89 BIO_free(out); in main()
90 BIO_free(tbio); in main()
H A Dcms_sign.c85 BIO_free(in); in main()
86 BIO_free(out); in main()
87 BIO_free(tbio); in main()
/openssl/doc/man3/
H A 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()
/openssl/demos/smime/
H A Dsmsign2.c38 BIO_free(tbio); in main()
95 BIO_free(in); in main()
96 BIO_free(out); in main()
97 BIO_free(tbio); in main()
H A Dsmdec.c74 BIO_free(in); in main()
75 BIO_free(out); in main()
76 BIO_free(tbio); in main()
H A Dsmenc.c86 BIO_free(in); in main()
87 BIO_free(out); in main()
88 BIO_free(tbio); in main()
H A Dsmsign.c86 BIO_free(in); in main()
87 BIO_free(out); in main()
88 BIO_free(tbio); in main()
H A Dsmver.c81 BIO_free(in); in main()
82 BIO_free(out); in main()
83 BIO_free(tbio); in main()
/openssl/fuzz/
H A Ddtlsserver.c633 BIO_free(bio_buf); in FuzzerTestOneInput()
644 BIO_free(bio_buf); in FuzzerTestOneInput()
658 BIO_free(bio_buf); in FuzzerTestOneInput()
669 BIO_free(bio_buf); in FuzzerTestOneInput()
682 BIO_free(bio_buf); in FuzzerTestOneInput()
693 BIO_free(bio_buf); in FuzzerTestOneInput()

Completed in 40 milliseconds

1234567891011