Home
last modified time | relevance | path

Searched refs:CRYPTO_HINT_MORE (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/tests/sys/opencrypto/
HDcryptodevh.py245 CRYPTO_HINT_MORE = 0x1 variable
/freebsd-14-stable/sys/opencrypto/
HDcryptodev_if.m135 * @param flags set to CRYPTO_HINT_MORE if additional symmetric
HDcryptodev.h597 #define CRYPTO_HINT_MORE 0x1 /* more ops coming shortly */ macro
HDcrypto.c1489 hint = TAILQ_NEXT(crp, crp_next) != NULL ? CRYPTO_HINT_MORE : 0; in crypto_dispatch_batch()
1810 hint = CRYPTO_HINT_MORE; in crypto_dispatch_thread()
/freebsd-14-stable/sys/dev/sec/
HDsec.c1301 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version == 3) in sec_process()
/freebsd-14-stable/sys/dev/cesa/
HDcesa.c1783 if ((hint & CRYPTO_HINT_MORE) == 0) in cesa_process()
/freebsd-14-stable/sys/dev/safexcel/
HDsafexcel.c757 if ((hint & CRYPTO_HINT_MORE) != 0) { in safexcel_execute()
/freebsd-14-stable/sys/dev/hifn/
HDhifn7751.c2007 if ((hint & CRYPTO_HINT_MORE) && sc->sc_curbatch < hifn_maxbatch) { in hifn_crypto()