Searched refs:BUF_MEM_new (Results 1 – 13 of 13) sorted by relevance
78 OPENSSL_EXPORT BUF_MEM *BUF_MEM_new(void);
149 if ((a->buffer = BUF_MEM_new()) == NULL) { in new_dir()299 if ((b = BUF_MEM_new()) == NULL) { in get_cert_by_subject()
91 if ((b = BUF_MEM_new()) == NULL) in X509_NAME_oneline()
151 if ((ret->bytes = BUF_MEM_new()) == NULL) in IMPLEMENT_EXTERN_ASN1()
100 fun:BUF_MEM_new114 fun:BUF_MEM_new
610 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()
67 BUF_MEM *BUF_MEM_new(void) { in BUF_MEM_new() function
156 b = BUF_MEM_new(); in asn1_d2i_read_bio()
103 b = BUF_MEM_new(); in mem_new()
206 buf = BUF_MEM_new(); in str_copy()529 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
155 transcript->buffer = BUF_MEM_new(); in SSL_TRANSCRIPT_init()
208 ssl->s3->pending_flight = BUF_MEM_new(); in add_record_to_flight()685 ssl->init_buf = BUF_MEM_new(); in ssl3_get_message()
662 buf = BUF_MEM_new(); in d2i_PKCS12_bio()