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

/freebsd-9.3-release/crypto/openssl/crypto/buffer/
H A Dbuffer.h83 BUF_MEM *BUF_MEM_new(void);
H A Dbuffer.c70 BUF_MEM *BUF_MEM_new(void) function
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_obj.c83 if ((b = BUF_MEM_new()) == NULL)
H A Dby_dir.c148 if ((a->buffer = BUF_MEM_new()) == NULL) {
282 if ((b = BUF_MEM_new()) == NULL) {
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c83 if ((buf = BUF_MEM_new()) == NULL)
264 if ((buf = BUF_MEM_new()) == NULL)
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c632 nameB = BUF_MEM_new();
633 headerB = BUF_MEM_new();
634 dataB = BUF_MEM_new();
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c155 b = BUF_MEM_new();
H A Dx_name.c126 if ((ret->bytes = BUF_MEM_new()) == NULL)
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_mem.c120 if ((b = BUF_MEM_new()) == NULL)
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_def.c225 if ((buff = BUF_MEM_new()) == NULL) {
488 if ((buf = BUF_MEM_new()) == NULL)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dasn1pars.c251 if ((buf = BUF_MEM_new()) == NULL)
H A Dapps.c778 buf = BUF_MEM_new();
974 buf = BUF_MEM_new();
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds23_srvr.c179 if ((buf = BUF_MEM_new()) == NULL) {
H A Ds23_clnt.c133 if ((buf = BUF_MEM_new()) == NULL) {
H A Ds2_clnt.c183 if ((buf == NULL) && ((buf = BUF_MEM_new()) == NULL)) {
H A Ds2_srvr.c190 if ((buf == NULL) && ((buf = BUF_MEM_new()) == NULL)) {
H A Dd1_srvr.c199 if ((buf = BUF_MEM_new()) == NULL) {
H A Dd1_clnt.c193 if ((buf = BUF_MEM_new()) == NULL) {
H A Ds3_srvr.c215 if ((buf = BUF_MEM_new()) == NULL) {
H A Ds3_clnt.c214 if ((buf = BUF_MEM_new()) == NULL) {
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c709 if ((buf = BUF_MEM_new()) == NULL) {

Completed in 149 milliseconds