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

/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodevh.py251 CRYPTO_HINT_MORE = 0x1 variable
/freebsd-12-stable/sys/opencrypto/
H A Dcryptodev.h497 #define CRYPTO_HINT_MORE 0x1 /* more ops coming shortly */ macro
H A Dcrypto.c1593 hint = CRYPTO_HINT_MORE;
/freebsd-12-stable/sys/dev/sec/
H A Dsec.c1384 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version == 3)
/freebsd-12-stable/sys/dev/cesa/
H A Dcesa.c1825 if ((hint & CRYPTO_HINT_MORE) == 0)
/freebsd-12-stable/sys/dev/hifn/
H A Dhifn7751.c2053 if ((hint & CRYPTO_HINT_MORE) && sc->sc_curbatch < hifn_maxbatch) {
/freebsd-12-stable/sys/dev/safexcel/
H A Dsafexcel.c759 if ((hint & CRYPTO_HINT_MORE) != 0) {
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c1462 if ((hint & CRYPTO_HINT_MORE) == 0 || sc->sc_nqueue >= UBS_MAX_AGGR)

Completed in 159 milliseconds