Lines Matching defs:in
920 BIO *in, *out;926 in = BIO_new_file(fname, "r");927 if (in == NULL) {932 cert = d2i_X509_bio(in, NULL);933 BIO_free(in);