Lines Matching defs:in
918 BIO *in, *out;924 in = BIO_new_file(fname, "r");925 if (in == NULL) {930 cert = d2i_X509_bio(in, NULL);931 BIO_free(in);