Home | History | Annotate | Download | only in Modules

Lines Matching refs:BIO_new

703     biobuf = BIO_new(BIO_s_mem());

873 biobuf = BIO_new(BIO_s_mem());
968 if ((cert=BIO_new(BIO_s_file())) == NULL) {