Home
last modified time | relevance | path

Searched refs:mod_len (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/evp/
Dp_rsa_asn1.c188 int ret = 0, mod_len = 0; in do_rsa_print() local
210 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()