Searched refs:CRD_F_IV_EXPLICIT (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/sys/crypto/via/
H A Dpadlock_cipher.c229 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT) != 0)
239 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT) != 0)
/freebsd-11.0-release/sys/mips/nlm/dev/sec/
H A Dnlmsec.c582 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) {
594 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) {
734 if (((crd1 != NULL) && (crd1->crd_flags & CRD_F_IV_EXPLICIT)) ||
735 ((crd2 != NULL) && (crd2->crd_flags & CRD_F_IV_EXPLICIT))) {
755 if (crd1->crd_flags & CRD_F_IV_EXPLICIT)
H A Dnlmseclib.c104 if (cipdesc->crd_flags & CRD_F_IV_EXPLICIT) {
/freebsd-11.0-release/sys/crypto/aesni/
H A Daesni.c530 (enccrd->crd_flags & CRD_F_IV_EXPLICIT) == 0)
580 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT) != 0)
589 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT) != 0)
/freebsd-11.0-release/sys/opencrypto/
H A Dcryptosoft.c108 (crd->crd_flags & CRD_F_IV_EXPLICIT) == 0)
114 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
125 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
512 (crde->crd_flags & CRD_F_IV_EXPLICIT) == 0)
521 if (crde->crd_flags & CRD_F_IV_EXPLICIT)
533 if (crde->crd_flags & CRD_F_IV_EXPLICIT)
H A Dcryptodev.h379 #define CRD_F_IV_EXPLICIT 0x04 /* IV explicitly provided */ macro
H A Dcryptodev.c802 crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
964 crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
/freebsd-11.0-release/sys/geom/eli/
H A Dg_eli_crypto.c89 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
H A Dg_eli_privacy.c295 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
H A Dg_eli_integrity.c498 crde->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
/freebsd-11.0-release/sys/kgssapi/krb5/
H A Dkcrypto_des.c174 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT | encdec;
H A Dkcrypto_aes.c151 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT | encdec;
H A Dkcrypto_des3.c184 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT | encdec;
/freebsd-11.0-release/tests/sys/opencrypto/
H A Dcryptodevh.py224 CRD_F_IV_EXPLICIT = 0x04 variable
H A Dcryptodev.py225 caead.flags = CRD_F_IV_EXPLICIT
/freebsd-11.0-release/sys/mips/rmi/dev/sec/
H A Drmisec.c515 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT)) {
551 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT)) {
/freebsd-11.0-release/sys/dev/glxsb/
H A Dglxsb.c747 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
758 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-11.0-release/sys/netipsec/
H A Dxform_esp.c454 crde->crd_flags |= CRD_F_IV_EXPLICIT;
867 crde->crd_flags |= CRD_F_IV_EXPLICIT|CRD_F_IV_PRESENT;
/freebsd-11.0-release/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c419 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) {
/freebsd-11.0-release/sys/dev/cesa/
H A Dcesa.c1629 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
1638 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-11.0-release/sys/dev/sec/
H A Dsec.c1417 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
1428 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-11.0-release/sys/dev/safe/
H A Dsafe.c1000 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
1014 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) {
/freebsd-11.0-release/sys/dev/hifn/
H A Dhifn7751.c2567 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
2580 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-11.0-release/sys/dev/ubsec/
H A Dubsec.c1149 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
1163 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)

Completed in 239 milliseconds