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

/freebsd-current/crypto/openssl/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)
/freebsd-current/crypto/openssl/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)
/freebsd-current/sys/contrib/xen/
H A Dxen.h814 * b. initial ram disk [mod_start, mod_len]
870 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member in struct:start_info
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_common.c5334 u16 rel_num, prod_ver, mod_len, cap, offset; local
5344 hw->eeprom.ops.read(hw, offset, &mod_len);
5348 if (mod_len != NVM_OEM_PROD_VER_MOD_LEN ||

Completed in 131 milliseconds