Home
last modified time | relevance | path

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

12345678910

/freebsd/crypto/openssl/test/
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 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()
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 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 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 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()
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()
H A 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()
/freebsd/crypto/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()
/freebsd/crypto/openssl/demos/cms/
H A 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()
H A 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()
H A 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()
H A Dcms_dec.c74 BIO_free(in); in main()
75 BIO_free(out); in main()
76 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.c84 BIO_free(in); in main()
85 BIO_free(out); in main()
86 BIO_free(tbio); in main()
H A Dcms_ver.c84 BIO_free(in); in main()
85 BIO_free(out); in main()
86 BIO_free(tbio); in main()
/freebsd/crypto/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()
/freebsd/crypto/openssl/demos/smime/
H A 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()
H A Dsmdec.c72 BIO_free(in); in main()
73 BIO_free(out); in main()
74 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.c82 BIO_free(in); in main()
83 BIO_free(out); in main()
84 BIO_free(tbio); in main()
H A Dsmver.c83 BIO_free(in); in main()
84 BIO_free(out); in main()
85 BIO_free(tbio); in main()
/freebsd/contrib/libfido2/tools/
H A Dbase64.c58 BIO_free(bio_b64); in base64_encode()
59 BIO_free(bio_mem); in base64_encode()
99 BIO_free(bio_b64); in base64_decode()
100 BIO_free(bio_mem); in base64_decode()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A 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()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c29 BIO_free(b); in ASN1_i2d_fp()
82 BIO_free(b); in ASN1_item_i2d_fp()
125 BIO_free(res); in ASN1_item_i2d_mem_bio()

12345678910