Lines Matching refs:crd_flags
123 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
125 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in swcr_encdec()
131 if (!(crd->crd_flags & CRD_F_IV_PRESENT)) in swcr_encdec()
136 if (crd->crd_flags & CRD_F_IV_EXPLICIT) in swcr_encdec()
171 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
178 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
243 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
250 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
298 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
305 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
361 if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
368 } else if (crd->crd_flags & CRD_F_ENCRYPT) { in swcr_encdec()
447 if (crd->crd_flags & CRD_F_ESN) in swcr_authcompute()
543 if (crde->crd_flags & CRD_F_ENCRYPT) { in swcr_authenc()
545 if (crde->crd_flags & CRD_F_IV_EXPLICIT) in swcr_authenc()
551 if (!(crde->crd_flags & CRD_F_IV_PRESENT)) in swcr_authenc()
556 if (crde->crd_flags & CRD_F_IV_EXPLICIT) in swcr_authenc()
579 if (crda->crd_flags & CRD_F_ESN) { in swcr_authenc()
605 if (crde->crd_flags & CRD_F_ENCRYPT) { in swcr_authenc()
675 if (crd->crd_flags & CRD_F_COMP) in swcr_compdec()
689 if (crd->crd_flags & CRD_F_COMP) { in swcr_compdec()