Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_ameth.c331 int ret = 0, mod_len = 0, ex_primes; in pkey_rsa_print() local
334 mod_len = BN_num_bits(x->n); in pkey_rsa_print()
345 mod_len, ex_primes <= 0 ? 2 : ex_primes + 2) <= 0) in pkey_rsa_print()
350 if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len) <= 0) in pkey_rsa_print()
/third_party/python/Lib/test/
Dtest_inspect.py739 mod_len = len(inspect.getsource(mod))
740 src = '\n' * 2* mod_len + "def f(): pass"
745 self.assertEqual(func.__code__.co_firstlineno, 1+2*mod_len)