Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbuf.h78 OPENSSL_EXPORT BUF_MEM *BUF_MEM_new(void);
/external/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions.txt100 fun:BUF_MEM_new
114 fun:BUF_MEM_new
/external/boringssl/src/crypto/x509/
Dby_dir.c158 if ((a->buffer=BUF_MEM_new()) == NULL) in new_dir()
318 if ((b=BUF_MEM_new()) == NULL) in get_cert_by_subject()
Dx509_obj.c83 if ((b=BUF_MEM_new()) == NULL) goto err; in X509_NAME_oneline()
Dx_name.c145 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr; in IMPLEMENT_EXTERN_ASN1()
/external/boringssl/src/crypto/pem/
Dpem_lib.c642 nameB=BUF_MEM_new(); in PEM_read_bio()
643 headerB=BUF_MEM_new(); in PEM_read_bio()
644 dataB=BUF_MEM_new(); in PEM_read_bio()
/external/boringssl/src/crypto/buf/
Dbuf.c65 BUF_MEM *BUF_MEM_new(void) { in BUF_MEM_new() function
/external/boringssl/src/crypto/asn1/
Da_d2i_fp.c154 b=BUF_MEM_new(); in asn1_d2i_read_bio()
/external/boringssl/src/crypto/conf/
Dconf.c200 buf = BUF_MEM_new(); in str_copy()
515 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
/external/boringssl/src/crypto/bio/
Dbio_mem.c100 b = BUF_MEM_new(); in mem_new()
/external/boringssl/src/ssl/
Dd1_srvr.c165 buf = BUF_MEM_new(); in dtls1_accept()
Ds3_enc.c243 ssl->s3->handshake_buffer = BUF_MEM_new(); in ssl3_init_handshake_buffer()
Dd1_clnt.c167 buf = BUF_MEM_new(); in dtls1_connect()
Ds3_srvr.c214 buf = BUF_MEM_new(); in ssl3_accept()
Ds3_clnt.c206 buf = BUF_MEM_new(); in ssl3_connect()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c1097 buf = BUF_MEM_new(); in d2i_PKCS12_bio()