Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c253 pd = ((ctype = GET_REQ_TYPE(ireq)) == CRYPTO_SYNCH) ? in process_req_hwp()
288 if (ctype == CRYPTO_SYNCH) { in process_req_hwp()
342 if (ctype == CRYPTO_SYNCH) in process_req_hwp()
1113 sreq->sn_type = CRYPTO_SYNCH; in kcf_sreq_cache_constructor()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h61 CRYPTO_SYNCH = 1, enumerator
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c700 if ((ctype = GET_REQ_TYPE(handle)) == CRYPTO_SYNCH) { in crypto_op_notification()