cipher_bits       605 drivers/crypto/bcm/spu.c 	u32 cipher_bits = 0;
cipher_bits       689 drivers/crypto/bcm/spu.c 		cipher_bits |= CIPHER_INBOUND;
cipher_bits       691 drivers/crypto/bcm/spu.c 		cipher_bits |= CIPHER_ORDER;
cipher_bits       694 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->alg << CIPHER_ALG_SHIFT;
cipher_bits       695 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->mode << CIPHER_MODE_SHIFT;
cipher_bits       696 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->type << CIPHER_TYPE_SHIFT;
cipher_bits       699 drivers/crypto/bcm/spu.c 	cipher_bits |= hash_parms->alg << HASH_ALG_SHIFT;
cipher_bits       700 drivers/crypto/bcm/spu.c 	cipher_bits |= hash_parms->mode << HASH_MODE_SHIFT;
cipher_bits       701 drivers/crypto/bcm/spu.c 	cipher_bits |= hash_parms->type << HASH_TYPE_SHIFT;
cipher_bits       732 drivers/crypto/bcm/spu.c 			cipher_bits |= ICV_IS_512;
cipher_bits       786 drivers/crypto/bcm/spu.c 	spuh->sa.cipher_flags = cpu_to_be32(cipher_bits);
cipher_bits       842 drivers/crypto/bcm/spu.c 	u32 cipher_bits = 0;
cipher_bits       888 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->alg << CIPHER_ALG_SHIFT;
cipher_bits       889 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->mode << CIPHER_MODE_SHIFT;
cipher_bits       890 drivers/crypto/bcm/spu.c 	cipher_bits |= cipher_parms->type << CIPHER_TYPE_SHIFT;
cipher_bits       903 drivers/crypto/bcm/spu.c 	spuh->sa.cipher_flags = cpu_to_be32(cipher_bits);
cipher_bits       945 drivers/crypto/bcm/spu.c 	u32 cipher_bits;
cipher_bits       976 drivers/crypto/bcm/spu.c 	cipher_bits = be32_to_cpu(spuh->sa.cipher_flags);
cipher_bits       980 drivers/crypto/bcm/spu.c 		cipher_bits |= CIPHER_INBOUND;
cipher_bits       982 drivers/crypto/bcm/spu.c 		cipher_bits &= ~CIPHER_INBOUND;
cipher_bits       996 drivers/crypto/bcm/spu.c 	spuh->sa.cipher_flags = cpu_to_be32(cipher_bits);