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

  /src/sys/opencrypto/
cryptodev.h 280 u_short crk_oparams; /* # of output parameters */ member in struct:crypt_kop
301 u_short crk_oparams; /* # of output parameters */ member in struct:crypt_n_kop
cryptodev.c 763 if (kop->crk_iparams + kop->crk_oparams > CRK_MAXPARAM)
767 out = kop->crk_oparams;
827 krp->krp_oparams = kop->crk_oparams;
1321 if (kop[req].crk_iparams + kop[req].crk_oparams > CRK_MAXPARAM)
1325 out = kop[req].crk_oparams;
1397 krp->krp_oparams = kop[req].crk_oparams;

Completed in 29 milliseconds