Searched refs:crp_nbits (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmrsa.c | 129 krp->krp_param[i].crp_nbits); in print_krp_params() 131 howmany(krp->krp_param[i].crp_nbits, 8)); in print_krp_params() 241 howmany(outparam->crp_nbits, 8), in nlm_xlprsaecc_msgring_handler() 452 krp->krp_param[krp->krp_iparams - 1].crp_nbits); in xlp_rsa_kprocess() 468 KASSERT(kp->crp_nbits != 0, in xlp_rsa_kprocess() 472 howmany(kp->crp_nbits, 8), 0); in xlp_rsa_kprocess()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 132 u_int crp_nbits; member 262 CP(*from, *to, crp_nbits); in crparam_from_32() 270 CP(*from, *to, crp_nbits); in crparam_to_32() 1262 if (kop->crk_param[i].crp_nbits > 65536) { in cryptodev_key() 1267 krp->krp_param[i].crp_nbits = kop->crk_param[i].crp_nbits; in cryptodev_key() 1270 size = (krp->krp_param[i].crp_nbits + 7) / 8; in cryptodev_key() 1303 size = (krp->krp_param[i].crp_nbits + 7) / 8; in cryptodev_key()
|
| H A D | cryptodev.h | 292 u_int crp_nbits; member
|