Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h326 #define IS_FINAL_OP(ftype) ((ftype) == KCF_OP_FINAL) macro
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1340 if (IS_SINGLE_OP(optype) || IS_FINAL_OP(optype)) { in kcf_aop_done()