Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/rsa/
HDrsa_ameth.c189 int ret = 0, mod_len = 0; in do_rsa_print() local
211 mod_len = BN_num_bits(x->n); in do_rsa_print()
217 if (BIO_printf(bp, "Private-Key: (%d bit)\n", mod_len) in do_rsa_print()
223 if (BIO_printf(bp, "Public-Key: (%d bit)\n", mod_len) in do_rsa_print()
/NextBSD/sys/xen/interface/
HDxen.h778 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member