Lines Matching refs:crp_nbits
1957 clen = (krp->krp_param[krp->krp_iparams].crp_nbits + 7) / 8;
1973 (krp->krp_param[krp->krp_iparams].crp_nbits
1982 krp->krp_param[krp->krp_iparams].crp_nbits);
2007 len = (krp->krp_param[UBS_RSAPRIV_PAR_MSGOUT].crp_nbits + 7)
2457 if (krp->krp_param[krp->krp_iparams].crp_nbits < nbits) {
2663 if (krp->krp_param[krp->krp_iparams].crp_nbits < nbits) {
2891 (krp->krp_param[UBS_RSAPRIV_PAR_P].crp_nbits + 7) / 8);
2896 (krp->krp_param[UBS_RSAPRIV_PAR_Q].crp_nbits + 7) / 8);
2901 (krp->krp_param[UBS_RSAPRIV_PAR_DP].crp_nbits + 7) / 8);
2906 (krp->krp_param[UBS_RSAPRIV_PAR_DQ].crp_nbits + 7) / 8);
2911 (krp->krp_param[UBS_RSAPRIV_PAR_PINV].crp_nbits + 7) / 8);
2928 (krp->krp_param[UBS_RSAPRIV_PAR_MSGIN].crp_nbits + 7) / 8);
3074 u_int plen = (cr->crp_nbits + 7) / 8;