Searched refs:CRYPTO_F_USER (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dcryptodev.h469 #define CRYPTO_F_USER 0x0100 /* Request is in user context */ macro
H A Dcrypto.c1077 if (crp->crp_flags & CRYPTO_F_USER) {
1086 DPRINTF(("crypto_done[%u]: crp %p CRYPTO_F_USER\n",
H A Dcryptodev.c572 /* The reqest is flagged as CRYPTO_F_USER as long as it is running
577 crp->crp_flags = CRYPTO_F_IOV | (cop->flags & COP_F_BATCH) | CRYPTO_F_USER |
642 crp->crp_flags &= ~(CRYPTO_F_USER);
666 /* XXX this should never happen now with the CRYPTO_F_USER flag

Completed in 105 milliseconds