Home
last modified time | relevance | path

Searched refs:BUF_MEM_new (Results 1 – 25 of 26) sorted by relevance

12

/openssl/doc/man3/
H A DBUF_MEM_new.pod5 BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow,
13 BUF_MEM *BUF_MEM_new(void);
29 BUF_MEM_new() allocates a new buffer of zero size.
51 BUF_MEM_new() returns the buffer or NULL on error.
/openssl/crypto/buffer/
H A Dbuffer.c25 ret = BUF_MEM_new(); in BUF_MEM_new_ex()
31 BUF_MEM *BUF_MEM_new(void) in BUF_MEM_new() function
/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c126 if ((mem = BUF_MEM_new()) == NULL in msblob2obj_decode()
193 if ((mem = BUF_MEM_new()) == NULL in pvk2obj_decode()
/openssl/include/openssl/
H A Dbuffer.h51 BUF_MEM *BUF_MEM_new(void);
/openssl/crypto/txt_db/
H A Dtxt_db.c31 if ((buf = BUF_MEM_new()) == NULL) in TXT_DB_read()
194 if ((buf = BUF_MEM_new()) == NULL) in TXT_DB_write()
/openssl/crypto/x509/
H A Dby_dir.c115 if ((a->buffer = BUF_MEM_new()) == NULL) { in new_dir()
254 if ((b = BUF_MEM_new()) == NULL) { in get_cert_by_subject_ex()
H A Dx509_obj.c42 if ((b = BUF_MEM_new()) == NULL) in X509_NAME_oneline()
H A Dx_name.c100 if ((ret->bytes = BUF_MEM_new()) == NULL) { in IMPLEMENT_EXTERN_ASN1()
/openssl/test/
H A Dpunycode_test.c250 if (!TEST_ptr(in = BUF_MEM_new())) in test_dotted_overflow()
H A Dquic_txp_test.c418 if (!TEST_ptr(buf_mem = BUF_MEM_new())) in schedule_cfq_new_conn_id()
493 if (!TEST_ptr(buf_mem = BUF_MEM_new())) in schedule_cfq_new_token()
H A Dwpackettest.c634 if (!TEST_ptr(buf = BUF_MEM_new())) in setup_tests()
H A Dquic_wire_test.c1236 if (!TEST_ptr(buf = BUF_MEM_new())) in test_wire_encode()
H A Dquicapitest.c2019 if (!TEST_ptr(old_bufm = BUF_MEM_new())) in tparam_on_enc_ext()
2032 || !TEST_ptr(new_bufm = BUF_MEM_new()) in tparam_on_enc_ext()
H A Dquic_multistream_test.c4947 if (!TEST_ptr(buf = BUF_MEM_new())) in server_gen_version_neg()
/openssl/crypto/dsa/
H A Ddsa_sign.c88 if ((buf = BUF_MEM_new()) == NULL in i2d_DSA_SIG()
/openssl/crypto/asn1/
H A Da_d2i_fp.c124 b = BUF_MEM_new(); in asn1_d2i_read_bio()
/openssl/apps/
H A Dasn1parse.c179 if ((buf = BUF_MEM_new()) == NULL) in asn1parse_main()
/openssl/crypto/conf/
H A Dconf_def.c233 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
648 if ((buf = BUF_MEM_new()) == NULL) in str_copy()
/openssl/ssl/statem/
H A Dstatem.c432 if ((buf = BUF_MEM_new()) == NULL) { in state_machine()
H A Dstatem_clnt.c2153 BUF_MEM *buf = BUF_MEM_new(); in tls_process_server_compressed_certificate()
3832 if ((buf = BUF_MEM_new()) == NULL || !WPACKET_init(&tmppkt, buf)) in tls_construct_client_compressed_certificate()
H A Dstatem_srvr.c3803 BUF_MEM *buf = BUF_MEM_new(); in tls_process_client_compressed_certificate()
/openssl/ssl/quic/
H A Dquic_channel.c1715 if ((buf_mem = BUF_MEM_new()) == NULL) in ch_generate_transport_params()
2973 if ((buf_mem = BUF_MEM_new()) == NULL) in ch_enqueue_retire_conn_id()
/openssl/crypto/ec/
H A Dec_asn1.c1249 if ((buf = BUF_MEM_new()) == NULL in i2d_ECDSA_SIG()
/openssl/engines/
H A De_loader_attic.c460 if ((mem = BUF_MEM_new()) == NULL) { in try_decode_PKCS8Encrypted()
/openssl/doc/
H A Dbuild.info782 DEPEND[html/man3/BUF_MEM_new.html]=man3/BUF_MEM_new.pod
783 GENERATE[html/man3/BUF_MEM_new.html]=man3/BUF_MEM_new.pod
784 DEPEND[man/man3/BUF_MEM_new.3]=man3/BUF_MEM_new.pod
785 GENERATE[man/man3/BUF_MEM_new.3]=man3/BUF_MEM_new.pod
3201 html/man3/BUF_MEM_new.html \
3864 man/man3/BUF_MEM_new.3 \

Completed in 114 milliseconds

12