Home
last modified time | relevance | path

Searched refs:BUF_MEM_new (Results 1 - 25 of 31) sorted by relevance

12

/third_party/node/deps/openssl/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
/third_party/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
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbuffer.h51 BUF_MEM *BUF_MEM_new(void);
/third_party/openssl/include/openssl/
H A Dbuffer.h51 BUF_MEM *BUF_MEM_new(void);
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h47 BUF_MEM *BUF_MEM_new(void);
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c31 if ((buf = BUF_MEM_new()) == NULL) in TXT_DB_read()
195 if ((buf = BUF_MEM_new()) == NULL) in TXT_DB_write()
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c31 if ((buf = BUF_MEM_new()) == NULL) in TXT_DB_read()
195 if ((buf = BUF_MEM_new()) == NULL) in TXT_DB_write()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_obj.c43 if ((b = BUF_MEM_new()) == NULL) in X509_NAME_oneline()
H A Dby_dir.c117 if ((a->buffer = BUF_MEM_new()) == NULL) { in new_dir()
258 if ((b = BUF_MEM_new()) == NULL) { in get_cert_by_subject_ex()
H A Dx_name.c98 if ((ret->bytes = BUF_MEM_new()) == NULL) in x509_name_ex_new()
/third_party/openssl/crypto/x509/
H A Dx509_obj.c43 if ((b = BUF_MEM_new()) == NULL) in X509_NAME_oneline()
H A Dby_dir.c117 if ((a->buffer = BUF_MEM_new()) == NULL) { in new_dir()
258 if ((b = BUF_MEM_new()) == NULL) { in get_cert_by_subject_ex()
H A Dx_name.c98 if ((ret->bytes = BUF_MEM_new()) == NULL) in x509_name_ex_new()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_d2i_fp.c124 b = BUF_MEM_new(); in asn1_d2i_read_bio()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_sign.c89 if ((buf = BUF_MEM_new()) == NULL in i2d_DSA_SIG()
/third_party/openssl/crypto/dsa/
H A Ddsa_sign.c89 if ((buf = BUF_MEM_new()) == NULL in i2d_DSA_SIG()
/third_party/openssl/crypto/asn1/
H A Da_d2i_fp.c124 b = BUF_MEM_new(); in asn1_d2i_read_bio()
/third_party/node/deps/openssl/openssl/apps/
H A Dasn1parse.c180 if ((buf = BUF_MEM_new()) == NULL) in asn1parse_main()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_quic.c151 if ((buf = BUF_MEM_new()) == NULL) { in SSL_provide_quic_data()
/third_party/openssl/apps/
H A Dasn1parse.c180 if ((buf = BUF_MEM_new()) == NULL) in asn1parse_main()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c233 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
657 if ((buf = BUF_MEM_new()) == NULL) in str_copy()
/third_party/openssl/crypto/conf/
H A Dconf_def.c233 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
657 if ((buf = BUF_MEM_new()) == NULL) in str_copy()
/third_party/openssl/test/
H A Dwpackettest.c429 if (!TEST_ptr(buf = BUF_MEM_new())) in setup_tests()

Completed in 14 milliseconds

12