RSA_print_fp
int RSA_print_fp(FILE *fp, const RSA *r, int offset);
RSA_print_fp(stderr, key->rsa, 8);
RSA_print_fp(stderr, prv->rsa, 8);