Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/crypto/
H A Dops_impl.h324 #define IS_SINGLE_OP(ftype) ((ftype) == KCF_OP_SINGLE) macro
/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1340 if (IS_SINGLE_OP(optype) || IS_FINAL_OP(optype)) { in kcf_aop_done()