Home
last modified time | relevance | path

Searched refs:BIO_s_mem (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c24 bio = BIO_new(BIO_s_mem()); in test_bio_memleak()
49 bio = BIO_new(BIO_s_mem()); in test_bio_get_mem()
124 bio2 = BIO_new(BIO_s_mem()); in test_bio_rdonly_mem_buf()
154 bio = BIO_new(BIO_s_mem()); in test_bio_rdwr_rdonly()
190 bio = BIO_new(BIO_s_mem()); in test_bio_nonclear_rst()
245 if (!TEST_ptr(bio = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
255 if (!TEST_ptr(out = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
H A Dservername_test.c122 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state()
123 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state()
171 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
172 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
H A Dhttp_test.c116 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_x509()
117 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_x509()
159 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_keep_alive()
160 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_keep_alive()
H A Dpemtest.c35 BIO *b = BIO_new(BIO_s_mem()); in test_b64()
65 BIO *b = BIO_new(BIO_s_mem()); in test_invalid()
H A Dclienthellotest.c172 rbio = BIO_new(BIO_s_mem()); in test_client_hello()
173 wbio = BIO_new(BIO_s_mem()); in test_client_hello()
H A Dendecoder_legacy_test.c317 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem())) in test_protected_PEM()
318 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_protected_PEM()
385 if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem())) in test_unprotected_PEM()
386 || !TEST_ptr(membio_provided = BIO_new(BIO_s_mem()))) in test_unprotected_PEM()
H A Dpkcs7_test.c71 if (!TEST_ptr(bio = BIO_new(BIO_s_mem()))) in pkcs7_verify_test()
H A Dx509_time_test.c545 if (!TEST_ptr(m = BIO_new(BIO_s_mem()))) in test_x509_time_print_rfc_822()
573 if (!TEST_ptr(m = BIO_new(BIO_s_mem()))) in test_x509_time_print_iso_8601()
H A Dbio_core_test.c76 corebio.bio = BIO_new(BIO_s_mem()); in test_bio_core()
H A Dtrace_api_test.c84 bio = BIO_new(BIO_s_mem()); in test_trace_channel()
H A Dct_test.c133 if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem()))) in compare_sct_list_printout()
159 if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem())) in compare_extension_printout()
H A Ddtlsv1listentest.c309 || !TEST_ptr(outbio = BIO_new(BIO_s_mem()))) in dtls_listen_test()
/freebsd/crypto/openssl/fuzz/
H A Dserver.c571 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
583 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
595 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
607 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
618 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
619 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dclient.c77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dconf.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dcms.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_mem.pod6 BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf,
13 const BIO_METHOD *BIO_s_mem(void);
25 BIO_s_mem() returns the memory BIO method function.
31 BIO_s_secmem() is like BIO_s_mem() except that the secure heap is used
129 BIO_s_mem() and BIO_s_secmem() return a valid memory B<BIO_METHOD> structure.
143 BIO *mem = BIO_new(BIO_s_mem());
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c250 out = BIO_new(BIO_s_mem()); in generalizedtime_str()
267 out = BIO_new(BIO_s_mem()); in responderid_str()
291 out = BIO_new(BIO_s_mem()); in octet_string_str()
304 out = BIO_new(BIO_s_mem()); in integer_str()
317 out = BIO_new(BIO_s_mem()); in algor_str()
333 out = BIO_new(BIO_s_mem()); in extensions_str()
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod59 BIO *mem = BIO_new(BIO_s_mem());
73 L<BIO_s_file(3)>, L<BIO_s_mem(3)>,
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c996 BIO* mem = BIO_new(BIO_s_mem()); in do_chunked_read()
1116 m = BIO_new(BIO_s_mem()); in read_http_result()
1567 data->ds = BIO_new(BIO_s_mem()); in xml_parse_setup()
1568 data->ctag = BIO_new(BIO_s_mem()); in xml_parse_setup()
1569 data->czone = BIO_new(BIO_s_mem()); in xml_parse_setup()
1570 data->calgo = BIO_new(BIO_s_mem()); in xml_parse_setup()
1571 data->cdigtype = BIO_new(BIO_s_mem()); in xml_parse_setup()
1572 data->cdigest = BIO_new(BIO_s_mem()); in xml_parse_setup()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_mem.c72 const BIO_METHOD *BIO_s_mem(void) in BIO_s_mem() function
94 if ((ret = BIO_new(BIO_s_mem())) == NULL) in BIO_new_mem_buf()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c122 if ((res = BIO_new(BIO_s_mem())) == NULL) in ASN1_item_i2d_mem_bio()
/freebsd/contrib/libfido2/tools/
H A Dbase64.c35 if ((bio_mem = BIO_new(BIO_s_mem())) == NULL) in base64_encode()
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c46 if (!TEST_ptr(s->key = BIO_new(BIO_s_mem()))) in read_key()
/freebsd/contrib/libfido2/regress/
H A Drs256.c100 if ((bio = BIO_new(BIO_s_mem())) == NULL) { in EVP_PKEY_from_PEM()

1234