Home | History | Annotate | Download | only in utils

Lines Matching defs:in

880 	BIO *in, *out;
886 in = BIO_new_file(fname, "r");
887 if (in == NULL) {
892 cert = d2i_X509_bio(in, NULL);
893 BIO_free(in);