Home
last modified time | relevance | path

Searched refs:DR_INPLACE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Ddca.c1906 if (reqp->dr_flags & DR_INPLACE) { in dca_bindchains()
1940 if (reqp->dr_flags & DR_INPLACE) { in dca_bindchains()
1991 if (reqp->dr_flags & DR_INPLACE) { in dca_unbindchains()
3753 reqp->dr_flags |= DR_INPLACE; in dca_encrypt()
3808 reqp->dr_flags |= DR_INPLACE; in dca_encrypt_update()
3987 reqp->dr_flags |= DR_INPLACE; in dca_decrypt()
4043 reqp->dr_flags |= DR_INPLACE; in dca_decrypt_update()
H A Ddca_3des.c353 |= DR_INPLACE; in dca_3desatomic()
H A Ddca_rsa.c657 |= DR_INPLACE; in dca_rsaatomic()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Ddca.h319 #define DR_INPLACE 0x002 macro