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

/freebsd-10.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-10.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-10.0-release/sys/geom/eli/
H A Dg_eli_crypto.c103 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
H A Dg_eli_privacy.c311 crd->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
H A Dg_eli_integrity.c516 crde->crd_flags = CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
/freebsd-10.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.c145 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-10.0-release/sys/opencrypto/
H A Dcryptodev.h293 #define CRD_F_IV_EXPLICIT 0x04 /* IV explicitly provided */ macro
H A Dcryptosoft.c88 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
99 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
H A Dcryptodev.c749 crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
/freebsd-10.0-release/sys/crypto/aesni/
H A Daesni_wrap.c435 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT) != 0)
449 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT) != 0)
/freebsd-10.0-release/sys/mips/rmi/dev/sec/
H A Drmisec.c520 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT)) {
556 if ((enccrd->crd_flags & CRD_F_IV_EXPLICIT)) {
/freebsd-10.0-release/sys/dev/glxsb/
H A Dglxsb.c746 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
757 if (crd->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-10.0-release/sys/mips/cavium/cryptocteon/
H A Dcryptocteon.c419 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) {
/freebsd-10.0-release/sys/dev/cesa/
H A Dcesa.c1567 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
1576 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-10.0-release/sys/dev/sec/
H A Dsec.c1413 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
1424 if (enc->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-10.0-release/sys/dev/safe/
H A Dsafe.c999 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
1013 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT) {
/freebsd-10.0-release/sys/dev/hifn/
H A Dhifn7751.c2571 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
2584 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
/freebsd-10.0-release/sys/dev/ubsec/
H A Dubsec.c1148 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
1162 if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)

Completed in 152 milliseconds