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

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_ameth.c277 int mod_len = 0; local
280 mod_len = DSA_bits(x);
302 if (BIO_printf(bp, "%s: (%d bit)\n", ktype, mod_len) <= 0)
305 if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len) <= 0)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dhistory.c1484 int user_len, file_len, rev_len, mod_len, repos_len; local
1502 user_len = file_len = rev_len = mod_len = repos_len = 0;
1533 if (lr->mod && (i = strlen (lr->mod)) > mod_len)
1534 mod_len = i;
1593 (void) printf (" %-*s [%s:%s]", mod_len, lr->mod, lr->rev,
1604 mod_len + 1 - (int) strlen (lr->mod),
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c332 int ret = 0, mod_len = 0, ex_primes; local
335 mod_len = BN_num_bits(x->n);
346 mod_len, ex_primes <= 0 ? 2 : ex_primes + 2) <= 0)
351 if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len) <= 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ameth.c305 int ret = 0, mod_len = 0, ex_primes; local
308 mod_len = BN_num_bits(x->n);
319 mod_len, ex_primes <= 0 ? 2 : ex_primes + 2) <= 0)
324 if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len) <= 0)
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h775 * b. initial ram disk [mod_start, mod_len]
831 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member in struct:start_info
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_common.c5226 u16 rel_num, prod_ver, mod_len, cap, offset; local
5236 hw->eeprom.ops.read(hw, offset, &mod_len);
5240 if (mod_len != NVM_OEM_PROD_VER_MOD_LEN ||
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c9311 size_t mod_len = sizeof (mod) - 1;
9312 if (len > mod_len && startswith (physname + (len - mod_len), mod))
9314 len -= mod_len;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c7814 size_t mod_len = sizeof (mod) - 1;
7815 if (len > mod_len && startswith (physname + (len - mod_len), mod))
7817 len -= mod_len;
7806 size_t mod_len = sizeof (mod) - 1; local

Completed in 227 milliseconds