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

/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c184 int ret = 0, mod_len = 0; local
206 mod_len = BN_num_bits(rsa->n);
214 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) {
220 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) {
/external/openssl/crypto/rsa/
H A Drsa_ameth.c188 int ret=0, mod_len = 0; local
212 mod_len = BN_num_bits(x->n);
219 if (BIO_printf(bp,"Private-Key: (%d bit)\n", mod_len)
226 if (BIO_printf(bp,"Public-Key: (%d bit)\n", mod_len)

Completed in 106 milliseconds