Home
last modified time | relevance | path

Searched refs:CRYPTO_NOTIFY_OPDONE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c64 { "CRYPTO_NOTIFY_OPDONE", CRYPTO_NOTIFY_OPDONE, CRYPTO_NOTIFY_OPDONE },
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h44 #define CRYPTO_NOTIFY_OPDONE 0x00000002 /* Notify intermediate steps */ macro
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1376 (!(areq->an_reqarg.cr_flag & CRYPTO_NOTIFY_OPDONE)) && in kcf_aop_done()