Home
last modified time | relevance | path

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

/netbsd/sys/opencrypto/
H A Dcryptodev.h538 #define CRYPTO_HINT_MORE 0x1 /* more ops coming shortly */ macro
H A Dcrypto.c1848 hint = CRYPTO_HINT_MORE; in cryptointr()
/netbsd/sys/dev/pci/
H A Dubsec.c1749 if ((hint & CRYPTO_HINT_MORE) == 0 || sc->sc_nqueue >= ubsec_maxbatch) in ubsec_process()