Searched refs:CRYPTO_HINT_MORE (Results 1 – 8 of 8) sorted by relevance
245 CRYPTO_HINT_MORE = 0x1 variable
135 * @param flags set to CRYPTO_HINT_MORE if additional symmetric
597 #define CRYPTO_HINT_MORE 0x1 /* more ops coming shortly */ macro
1489 hint = TAILQ_NEXT(crp, crp_next) != NULL ? CRYPTO_HINT_MORE : 0; in crypto_dispatch_batch()1810 hint = CRYPTO_HINT_MORE; in crypto_dispatch_thread()
1301 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version == 3) in sec_process()
1783 if ((hint & CRYPTO_HINT_MORE) == 0) in cesa_process()
757 if ((hint & CRYPTO_HINT_MORE) != 0) { in safexcel_execute()
2007 if ((hint & CRYPTO_HINT_MORE) && sc->sc_curbatch < hifn_maxbatch) { in hifn_crypto()