Home
last modified time | relevance | path

Searched refs:CRD_F_IV_EXPLICIT (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/opencrypto/
H A Dcryptosoft.c109 if (crd->crd_flags & CRD_F_IV_EXPLICIT) { in swcr_encdec()
126 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in swcr_encdec()
617 if (crde->crd_flags & CRD_F_IV_EXPLICIT) { in swcr_combined()
632 if (crde->crd_flags & CRD_F_IV_EXPLICIT) in swcr_combined()
H A Dcryptodev.h443 #define CRD_F_IV_EXPLICIT 0x04 /* IV explicitly provided */ macro
H A Dcryptodev.c629 crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT; in cryptodev_op()
1271 crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT; in cryptodev_mop()
/netbsd/sys/arch/i386/pci/
H A Dglxsb.c491 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in glxsb_crypto_process()
510 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in glxsb_crypto_process()
/netbsd/sys/arch/x86/x86/
H A Dvia_padlock.c386 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in via_padlock_crypto_encdec()
405 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in via_padlock_crypto_encdec()
/netbsd/sys/dev/marvell/
H A Dmvcesa.c390 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in mvcesa_process()
406 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in mvcesa_process()
H A Dmvxpsec.c2371 if (crd->crd_flags & CRD_F_IV_EXPLICIT) { in mvxpsec_parse_crd()
2391 if (crd->crd_flags & CRD_F_IV_EXPLICIT) { in mvxpsec_parse_crd()
/netbsd/sys/dev/pci/
H A Dhifn7751.c2288 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) in hifn_process()
2305 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) in hifn_process()
H A Dubsec.c1275 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) in ubsec_process()
1293 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) in ubsec_process()
/netbsd/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c2220 if (crd->crd_flags & CRD_F_IV_EXPLICIT) { in sun8i_crypto_process()
/netbsd/sys/dev/pci/qat/
H A Dqat.c1582 if (crde->crd_flags & CRD_F_IV_EXPLICIT) { in qat_crypto_load_iv()