Searched refs:mod_len (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c191 int ret = 0, mod_len = 0; local
213 mod_len = BN_num_bits(x->n);
219 if (BIO_printf(bp, "Private-Key: (%d bit)\n", mod_len)
225 if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len)
/freebsd-11-stable/sys/xen/interface/
H A Dxen.h722 * b. initial ram disk [mod_start, mod_len]
778 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member in struct:start_info

Completed in 86 milliseconds