Home
last modified time | relevance | path

Searched refs:crk_oparams (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptodev.c139 u_short crk_oparams; member
281 CP(*from, *to, crk_oparams); in crypt_kop_from_32()
295 CP(*from, *to, crk_oparams); in crypt_kop_to_32()
1214 if (kop->crk_iparams + kop->crk_oparams > CRK_MAXPARAM) { in cryptodev_key()
1220 out = kop->crk_oparams; in cryptodev_key()
1256 krp->krp_oparams = kop->crk_oparams; in cryptodev_key()
H A Dcryptodev.h301 u_short crk_oparams; /* # of output parameters */ member