Searched refs:crk_oparams (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.c106 u_short crk_oparams; member in struct:crypt_kop32
235 CP(*from, *to, crk_oparams);
249 CP(*from, *to, crk_oparams);
844 if (kop->crk_iparams + kop->crk_oparams > CRK_MAXPARAM) {
849 out = kop->crk_oparams;
881 krp->krp_oparams = kop->crk_oparams;
H A Dcryptodev.h207 u_short crk_oparams; /* # of output parameters */ member in struct:crypt_kop
/freebsd-10.0-release/tools/tools/crypto/
H A Dcryptokeytest.c145 kop.crk_oparams = 1;
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c986 for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
1005 kop->crk_oparams++;
1010 kop->crk_oparams++;
1316 kop.crk_oparams = 1;

Completed in 144 milliseconds