Searched refs:mod_len (Results 1 – 1 of 1) sorted by relevance
188 int ret = 0, mod_len = 0; in do_rsa_print() local210 mod_len = BN_num_bits(rsa->n); in do_rsa_print()218 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) { in do_rsa_print()224 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) { in do_rsa_print()