crd_flags         373 arch/i386/i386/via.c 	if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         376 arch/i386/i386/via.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         381 arch/i386/i386/via.c 		if ((crd->crd_flags & CRD_F_IV_PRESENT) == 0) {
crd_flags         395 arch/i386/i386/via.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         434 arch/i386/i386/via.c 	if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         613 arch/i386/pci/glxsb.c 	if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         615 arch/i386/pci/glxsb.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         620 arch/i386/pci/glxsb.c 		if ((crd->crd_flags & CRD_F_IV_PRESENT) == 0) {
crd_flags         633 arch/i386/pci/glxsb.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         698 arch/i386/pci/glxsb.c 		if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         367 crypto/cryptodev.c 			crde->crd_flags |= CRD_F_ENCRYPT;
crd_flags         369 crypto/cryptodev.c 			crde->crd_flags &= ~CRD_F_ENCRYPT;
crd_flags         396 crypto/cryptodev.c 		crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT;
crd_flags         401 crypto/cryptodev.c 		crde->crd_flags |= CRD_F_IV_PRESENT;
crd_flags         124 crypto/cryptodev.h 	int		crd_flags;
crd_flags         103 crypto/cryptosoft.c 	if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         105 crypto/cryptosoft.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         111 crypto/cryptosoft.c 		if (!(crd->crd_flags & CRD_F_IV_PRESENT)) {
crd_flags         117 crypto/cryptosoft.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         149 crypto/cryptosoft.c 				} else if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         221 crypto/cryptosoft.c 				} else if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         276 crypto/cryptosoft.c 				} else if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         339 crypto/cryptosoft.c 				} else if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         475 crypto/cryptosoft.c 	if (crd->crd_flags & CRD_F_COMP)
crd_flags         489 crypto/cryptosoft.c 	if (crd->crd_flags & CRD_F_COMP) {
crd_flags        1998 dev/pci/hifn7751.c 			if ((crd1->crd_flags & CRD_F_ENCRYPT) == 0)
crd_flags        2017 dev/pci/hifn7751.c 		    ((crd2->crd_flags & CRD_F_ENCRYPT) == 0)) {
crd_flags        2029 dev/pci/hifn7751.c 		    (crd1->crd_flags & CRD_F_ENCRYPT)) {
crd_flags        2070 dev/pci/hifn7751.c 			if (enccrd->crd_flags & CRD_F_ENCRYPT) {
crd_flags        2071 dev/pci/hifn7751.c 				if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        2077 dev/pci/hifn7751.c 				if ((enccrd->crd_flags & CRD_F_IV_PRESENT)
crd_flags        2089 dev/pci/hifn7751.c 				if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        2402 dev/pci/hifn7751.c 	if ((crd->crd_flags & CRD_F_COMP) == 0)
crd_flags        2434 dev/pci/hifn7751.c 		if ((crd->crd_flags & CRD_F_COMP) == 0)
crd_flags        1212 dev/pci/ises.c 			    (enccrd->crd_flags & CRD_F_ENCRYPT) == 0))
crd_flags        1219 dev/pci/ises.c 			    (maccrd && (crd->crd_flags & CRD_F_ENCRYPT)))
crd_flags        1247 dev/pci/ises.c 		if (enccrd->crd_flags & CRD_F_ENCRYPT) {
crd_flags        1251 dev/pci/ises.c 			if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        1258 dev/pci/ises.c 			if ((enccrd->crd_flags & CRD_F_IV_PRESENT) == 0) {
crd_flags        1273 dev/pci/ises.c 			if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        1138 dev/pci/noct.c 	if (crd->crd_flags & CRD_F_ENCRYPT) {
crd_flags        1139 dev/pci/noct.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        1144 dev/pci/noct.c 		if (!(crd->crd_flags & CRD_F_IV_PRESENT)) {
crd_flags        1153 dev/pci/noct.c 		if (crd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        1207 dev/pci/noct.c 	if (crd->crd_flags & CRD_F_ENCRYPT)
crd_flags         418 dev/pci/safe.c 		    ((crd2->crd_flags & CRD_F_ENCRYPT) == 0)) {
crd_flags         426 dev/pci/safe.c 		    (crd1->crd_flags & CRD_F_ENCRYPT)) {
crd_flags         470 dev/pci/safe.c 		if (enccrd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         473 dev/pci/safe.c 			if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         477 dev/pci/safe.c 			if ((enccrd->crd_flags & CRD_F_IV_PRESENT) == 0) {
crd_flags         492 dev/pci/safe.c 			if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         800 dev/pci/ubsec.c 		    ((crd2->crd_flags & CRD_F_ENCRYPT) == 0)) {
crd_flags         807 dev/pci/ubsec.c 		    (crd1->crd_flags & CRD_F_ENCRYPT)) {
crd_flags         823 dev/pci/ubsec.c 		if (enccrd->crd_flags & CRD_F_ENCRYPT) {
crd_flags         826 dev/pci/ubsec.c 			if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags         833 dev/pci/ubsec.c 			if ((enccrd->crd_flags & CRD_F_IV_PRESENT) == 0) {
crd_flags         846 dev/pci/ubsec.c 			if (enccrd->crd_flags & CRD_F_IV_EXPLICIT)
crd_flags        2942 dev/softraid.c 		crd->crd_flags = flags;
crd_flags         475 netinet/ip_esp.c 			crde->crd_flags |= CRD_F_IV_EXPLICIT;
crd_flags         937 netinet/ip_esp.c 		crde->crd_flags = CRD_F_ENCRYPT;
crd_flags         951 netinet/ip_esp.c 			crde->crd_flags |=
crd_flags         511 netinet/ip_ipcomp.c 	crdc->crd_flags = CRD_F_COMP;