HomeSort by: relevance | last modified time | path
    Searched refs:crp_nbits (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/opencrypto/
cryptodev.c 832 krp->krp_param[i].crp_nbits = kop->crk_param[i].crp_nbits;
834 size = (krp->krp_param[i].crp_nbits + 7) / 8;
862 size = (krp->krp_param[i].crp_nbits + 7) / 8;
879 size = (kp->crp_nbits + 7) / 8;
1406 krp->krp_param[i].crp_nbits =
1407 kop[req].crk_param[i].crp_nbits;
1409 size = (krp->krp_param[i].crp_nbits + 7) / 8;
1438 size = (kp->crp_nbits + 7) / 8;
1843 size = (krp->krp_param[i].crp_nbits
    [all...]
cryptodev.h 271 u_int crp_nbits; member in struct:crparam
  /src/sys/dev/pci/
ubsec.c 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)
    [all...]

Completed in 15 milliseconds