Lines Matching refs:crd_flags
107 (crd->crd_flags & CRD_F_IV_EXPLICIT) == 0) in swcr_encdec()
111 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
113 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in swcr_encdec()
119 if (!(crd->crd_flags & CRD_F_IV_PRESENT)) in swcr_encdec()
124 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in swcr_encdec()
132 if (crd->crd_flags & CRD_F_KEY_EXPLICIT) { in swcr_encdec()
194 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
201 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
260 if ((crd->crd_flags & CRD_F_ENCRYPT) != 0 && in swcr_encdec()
264 else if ((crd->crd_flags & CRD_F_ENCRYPT) != 0) { in swcr_encdec()
276 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
420 if (crd->crd_flags & CRD_F_KEY_EXPLICIT) { in swcr_authcompute()
576 (crde->crd_flags & CRD_F_IV_EXPLICIT) == 0) in swcr_authenc()
583 if (crde->crd_flags & CRD_F_ENCRYPT) { in swcr_authenc()
585 if (crde->crd_flags & CRD_F_IV_EXPLICIT) in swcr_authenc()
591 if (!(crde->crd_flags & CRD_F_IV_PRESENT)) in swcr_authenc()
597 if (crde->crd_flags & CRD_F_IV_EXPLICIT) in swcr_authenc()
655 if (crde->crd_flags & CRD_F_ENCRYPT) { in swcr_authenc()
696 if (!(crde->crd_flags & CRD_F_ENCRYPT)) { in swcr_authenc()
753 if (crd->crd_flags & CRD_F_COMP) in swcr_compdec()
767 if (crd->crd_flags & CRD_F_COMP) { in swcr_compdec()