Home | History | Annotate | Download | only in utils

Lines Matching defs:in

878 	BIO *in, *out;
884 in = BIO_new_file(fname, "r");
885 if (in == NULL) {
890 cert = d2i_X509_bio(in, NULL);
891 BIO_free(in);