Searched refs:BUF_MEM_new (Results 1 – 16 of 16) sorted by relevance
78 OPENSSL_EXPORT BUF_MEM *BUF_MEM_new(void);
100 fun:BUF_MEM_new114 fun:BUF_MEM_new
158 if ((a->buffer=BUF_MEM_new()) == NULL) in new_dir()318 if ((b=BUF_MEM_new()) == NULL) in get_cert_by_subject()
83 if ((b=BUF_MEM_new()) == NULL) goto err; in X509_NAME_oneline()
145 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr; in IMPLEMENT_EXTERN_ASN1()
642 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()
65 BUF_MEM *BUF_MEM_new(void) { in BUF_MEM_new() function
154 b=BUF_MEM_new(); in asn1_d2i_read_bio()
200 buf = BUF_MEM_new(); in str_copy()515 if ((buff = BUF_MEM_new()) == NULL) { in def_load_bio()
100 b = BUF_MEM_new(); in mem_new()
165 buf = BUF_MEM_new(); in dtls1_accept()
243 ssl->s3->handshake_buffer = BUF_MEM_new(); in ssl3_init_handshake_buffer()
167 buf = BUF_MEM_new(); in dtls1_connect()
214 buf = BUF_MEM_new(); in ssl3_accept()
206 buf = BUF_MEM_new(); in ssl3_connect()
1097 buf = BUF_MEM_new(); in d2i_PKCS12_bio()