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