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

/freebsd-11.0-release/sys/opencrypto/
H A Dcryptodev.c118 u_short crk_oparams; member in struct:crypt_kop32
247 CP(*from, *to, crk_oparams);
261 CP(*from, *to, crk_oparams);
1052 if (kop->crk_iparams + kop->crk_oparams > CRK_MAXPARAM) {
1057 out = kop->crk_oparams;
1089 krp->krp_oparams = kop->crk_oparams;
H A Dcryptodev.h284 u_short crk_oparams; /* # of output parameters */ member in struct:crypt_kop
/freebsd-11.0-release/tools/tools/crypto/
H A Dcryptokeytest.c145 kop.crk_oparams = 1;
/freebsd-11.0-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c1071 for (i = 0; i < kop->crk_iparams + kop->crk_oparams; i++) {
1093 kop->crk_oparams++;
1105 kop->crk_oparams++;
1419 kop.crk_oparams = 1;

Completed in 85 milliseconds