Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-json-mapping/src/
Dbase64.rs29 let mod_len = len % 3; in encode() localVariable
33 let mut s_in = input[..len - mod_len].iter().map(|&x| x as u32); in encode()
54 match mod_len { in encode()
/external/cronet/third_party/boringssl/src/crypto/evp/
Dprint.c141 int mod_len = 0; in do_rsa_print() local
143 mod_len = BN_num_bits(rsa->n); in do_rsa_print()
152 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) { in do_rsa_print()
158 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) { in do_rsa_print()
/external/boringssl/src/crypto/evp/
Dprint.c141 int mod_len = 0; in do_rsa_print() local
143 mod_len = BN_num_bits(rsa->n); in do_rsa_print()
152 if (BIO_printf(out, "Private-Key: (%d bit)\n", mod_len) <= 0) { in do_rsa_print()
158 if (BIO_printf(out, "Public-Key: (%d bit)\n", mod_len) <= 0) { in do_rsa_print()
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dprint.c140 int ret = 0, mod_len = 0; in do_rsa_print() local
162 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()
/external/python/cpython3/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)
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h20104 long unsigned int mod_len; member
Dvmlinux_510.h20104 long unsigned int mod_len; member