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

12

/external/chromium_org/third_party/openssl/openssl/crypto/buffer/
H A Dbuffer.h84 BUF_MEM *BUF_MEM_new(void);
H A Dbuffer.c68 BUF_MEM *BUF_MEM_new(void) function
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbuffer.h84 BUF_MEM *BUF_MEM_new(void);
/external/openssl/crypto/buffer/
H A Dbuffer.h84 BUF_MEM *BUF_MEM_new(void);
H A Dbuffer.c68 BUF_MEM *BUF_MEM_new(void) function
/external/openssl/include/openssl/
H A Dbuffer.h84 BUF_MEM *BUF_MEM_new(void);
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_obj.c84 if ((b=BUF_MEM_new()) == NULL) goto err;
H A Dby_dir.c162 if ((a->buffer=BUF_MEM_new()) == NULL)
319 if ((b=BUF_MEM_new()) == NULL)
/external/openssl/crypto/x509/
H A Dx509_obj.c84 if ((b=BUF_MEM_new()) == NULL) goto err;
H A Dby_dir.c162 if ((a->buffer=BUF_MEM_new()) == NULL)
315 if ((b=BUF_MEM_new()) == NULL)
/external/chromium_org/third_party/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c84 if ((buf=BUF_MEM_new()) == NULL) goto err;
262 if ((buf=BUF_MEM_new()) == NULL)
/external/openssl/crypto/txt_db/
H A Dtxt_db.c84 if ((buf=BUF_MEM_new()) == NULL) goto err;
262 if ((buf=BUF_MEM_new()) == NULL)
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_d2i_fp.c153 b=BUF_MEM_new();
H A Dx_name.c139 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr;
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_mem.c119 if ((b=BUF_MEM_new()) == NULL)
/external/openssl/crypto/asn1/
H A Da_d2i_fp.c153 b=BUF_MEM_new();
H A Dx_name.c139 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr;
/external/openssl/crypto/bio/
H A Dbss_mem.c119 if ((b=BUF_MEM_new()) == NULL)
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
H A Dconf_def.c225 if ((buff=BUF_MEM_new()) == NULL)
509 if ((buf=BUF_MEM_new()) == NULL) return(0);
/external/openssl/crypto/conf/
H A Dconf_def.c225 if ((buff=BUF_MEM_new()) == NULL)
509 if ((buf=BUF_MEM_new()) == NULL) return(0);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dasn1pars.c264 if ((buf=BUF_MEM_new()) == NULL) goto end;
/external/openssl/apps/
H A Dasn1pars.c264 if ((buf=BUF_MEM_new()) == NULL) goto end;
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
H A Dpem_lib.c684 nameB=BUF_MEM_new();
685 headerB=BUF_MEM_new();
686 dataB=BUF_MEM_new();
/external/openssl/crypto/pem/
H A Dpem_lib.c684 nameB=BUF_MEM_new();
685 headerB=BUF_MEM_new();
686 dataB=BUF_MEM_new();
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds23_srvr.c186 if ((buf=BUF_MEM_new()) == NULL)

Completed in 421 milliseconds

12