Lines Matching refs:crd_flags
107 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
109 if (crd->crd_flags & CRD_F_IV_EXPLICIT) { in swcr_encdec()
120 if (!(crd->crd_flags & CRD_F_IV_PRESENT)) { in swcr_encdec()
126 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in swcr_encdec()
142 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
148 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
200 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
207 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
278 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
285 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
343 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
350 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
412 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
419 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
615 if (crde->crd_flags & CRD_F_ENCRYPT) { in swcr_combined()
617 if (crde->crd_flags & CRD_F_IV_EXPLICIT) { in swcr_combined()
627 if (!(crde->crd_flags & CRD_F_IV_PRESENT)) in swcr_combined()
632 if (crde->crd_flags & CRD_F_IV_EXPLICIT) in swcr_combined()
659 if (crde->crd_flags & CRD_F_ENCRYPT) { in swcr_combined()
720 if (crd->crd_flags & CRD_F_COMP) in swcr_compdec()
735 if (crd->crd_flags & CRD_F_COMP && in swcr_compdec()