Home
last modified time | relevance | path

Searched refs:CRYPTO_F_IOV (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/opencrypto/
H A Dcriov.c166 else if ((flags & CRYPTO_F_IOV) != 0) in crypto_copyback()
178 else if ((flags & CRYPTO_F_IOV) != 0) in crypto_copydata()
192 else if ((flags & CRYPTO_F_IOV) != 0) in crypto_apply()
H A Dcryptodev.h353 #define CRYPTO_F_IOV 0x0002 /* Input/output are uio */ macro
H A Dcryptosoft.c288 } else if (flags & CRYPTO_F_IOV) { in swcr_encdec()
801 } else if (flags & CRYPTO_F_IOV) { in swcr_compdec()
H A Dcryptodev.c477 crp->crp_flags = CRYPTO_F_IOV | CRYPTO_F_CBIMM in cryptodev_op()
/dragonfly/sys/dev/crypto/padlock/
H A Dpadlock_cipher.c172 if (crp->crp_flags & CRYPTO_F_IOV) { in padlock_cipher_alloc()
/dragonfly/sys/dev/crypto/aesni/
H A Daesni.c309 else if (crp->crp_flags & CRYPTO_F_IOV) { in aesni_cipher_alloc()
/dragonfly/sys/dev/crypto/safe/
H A Dsafe.c897 } else if (crp->crp_flags & CRYPTO_F_IOV) { in safe_process()
1173 } else if (crp->crp_flags & CRYPTO_F_IOV) { in safe_process()
1219 if (crp->crp_flags & CRYPTO_F_IOV) { in safe_process()
/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c1879 } else if (crp->crp_flags & CRYPTO_F_IOV) { in hifn_crypto()
1898 if (crp->crp_flags & CRYPTO_F_IOV) { in hifn_crypto()
1993 } else if (crp->crp_flags & CRYPTO_F_IOV) { in hifn_crypto()
2517 } else if (crp->crp_flags & CRYPTO_F_IOV) { in hifn_process()
/dragonfly/sys/dev/crypto/ubsec/
H A Dubsec.c1068 } else if (crp->crp_flags & CRYPTO_F_IOV) { in ubsec_process()
1253 } else if (crp->crp_flags & CRYPTO_F_IOV) { in ubsec_process()
1329 if (crp->crp_flags & CRYPTO_F_IOV) { in ubsec_process()