Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbuf.h78 OPENSSL_EXPORT BUF_MEM *BUF_MEM_new(void);
/external/boringssl/src/crypto/x509/
Dby_dir.c149 if ((a->buffer = BUF_MEM_new()) == NULL) { in new_dir()
299 if ((b = BUF_MEM_new()) == NULL) { in get_cert_by_subject()
Dx509_obj.c91 if ((b = BUF_MEM_new()) == NULL) in X509_NAME_oneline()
Dx_name.c151 if ((ret->bytes = BUF_MEM_new()) == NULL) in IMPLEMENT_EXTERN_ASN1()
/external/webrtc/tools/valgrind-webrtc/memcheck/
Dsuppressions.txt100 fun:BUF_MEM_new
114 fun:BUF_MEM_new
/external/boringssl/src/crypto/pem/
Dpem_lib.c610 nameB = BUF_MEM_new(); in PEM_read_bio()
611 headerB = BUF_MEM_new(); in PEM_read_bio()
612 dataB = BUF_MEM_new(); in PEM_read_bio()
/external/boringssl/src/crypto/buf/
Dbuf.c67 BUF_MEM *BUF_MEM_new(void) { in BUF_MEM_new() function
/external/boringssl/src/crypto/asn1/
Da_d2i_fp.c156 b = BUF_MEM_new(); in asn1_d2i_read_bio()
/external/boringssl/src/crypto/bio/
Dbio_mem.c103 b = BUF_MEM_new(); in mem_new()
/external/boringssl/src/crypto/conf/
Dconf.c206 buf = BUF_MEM_new(); in str_copy()
529 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
/external/boringssl/src/ssl/
Dssl_transcript.c155 transcript->buffer = BUF_MEM_new(); in SSL_TRANSCRIPT_init()
Ds3_both.c208 ssl->s3->pending_flight = BUF_MEM_new(); in add_record_to_flight()
685 ssl->init_buf = BUF_MEM_new(); in ssl3_get_message()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c662 buf = BUF_MEM_new(); in d2i_PKCS12_bio()