Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dbuffer.h84 BUF_MEM *BUF_MEM_new(void);
/external/openssl/crypto/buffer/
Dbuffer.h84 BUF_MEM *BUF_MEM_new(void);
Dbuffer.c63 BUF_MEM *BUF_MEM_new(void) in BUF_MEM_new() function
/external/openssl/crypto/txt_db/
Dtxt_db.c84 if ((buf=BUF_MEM_new()) == NULL) goto err; in TXT_DB_read()
262 if ((buf=BUF_MEM_new()) == NULL) in TXT_DB_write()
/external/openssl/crypto/x509/
Dby_dir.c162 if ((a->buffer=BUF_MEM_new()) == NULL) in new_dir()
317 if ((b=BUF_MEM_new()) == NULL) in get_cert_by_subject()
Dx509_obj.c84 if ((b=BUF_MEM_new()) == NULL) goto err; in X509_NAME_oneline()
/external/openssl/crypto/pem/
Dpem_lib.c677 nameB=BUF_MEM_new(); in PEM_read_bio()
678 headerB=BUF_MEM_new(); in PEM_read_bio()
679 dataB=BUF_MEM_new(); in PEM_read_bio()
/external/openssl/crypto/asn1/
Da_d2i_fp.c158 b=BUF_MEM_new(); in asn1_d2i_read_bio()
Dx_name.c139 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr; in IMPLEMENT_EXTERN_ASN1()
/external/openssl/crypto/conf/
Dconf_def.c225 if ((buff=BUF_MEM_new()) == NULL) in def_load_bio()
509 if ((buf=BUF_MEM_new()) == NULL) return(0); in str_copy()
/external/openssl/crypto/bio/
Dbss_mem.c119 if ((b=BUF_MEM_new()) == NULL) in mem_new()
/external/openssl/apps/
Dasn1pars.c264 if ((buf=BUF_MEM_new()) == NULL) goto end; in MAIN()
Dapps.c1080 buf=BUF_MEM_new(); in load_netscape_key()
/external/openssl/ssl/
Ds23_srvr.c179 if ((buf=BUF_MEM_new()) == NULL) in IMPLEMENT_ssl23_meth_func()
Ds23_clnt.c186 if ((buf=BUF_MEM_new()) == NULL) in IMPLEMENT_ssl23_meth_func()
Ds2_srvr.c192 if ((buf == NULL) && ((buf=BUF_MEM_new()) == NULL)) in IMPLEMENT_ssl2_meth_func()
Ds2_clnt.c184 if ((buf == NULL) && ((buf=BUF_MEM_new()) == NULL)) in IMPLEMENT_ssl2_meth_func()
Dd1_clnt.c199 if ((buf=BUF_MEM_new()) == NULL) in IMPLEMENT_dtls1_meth_func()
Dd1_srvr.c205 if ((buf=BUF_MEM_new()) == NULL) in IMPLEMENT_dtls1_meth_func()
Ds3_clnt.c246 if ((buf=BUF_MEM_new()) == NULL) in IMPLEMENT_ssl3_meth_func()
Ds3_srvr.c241 if ((buf=BUF_MEM_new()) == NULL) in IMPLEMENT_ssl3_meth_func()