op_cnt            359 drivers/crypto/bcm/util.c 	u32 op_cnt;
op_cnt            386 drivers/crypto/bcm/util.c 			op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]);
op_cnt            387 drivers/crypto/bcm/util.c 			if (op_cnt) {
op_cnt            391 drivers/crypto/bcm/util.c 			       spu_alg_name(alg, mode), op_cnt);
op_cnt            399 drivers/crypto/bcm/util.c 		op_cnt = atomic_read(&ipriv->hash_cnt[alg]);
op_cnt            400 drivers/crypto/bcm/util.c 		if (op_cnt) {
op_cnt            404 drivers/crypto/bcm/util.c 		       hash_alg_name[alg], op_cnt);
op_cnt            414 drivers/crypto/bcm/util.c 		op_cnt = atomic_read(&ipriv->hmac_cnt[alg]);
op_cnt            415 drivers/crypto/bcm/util.c 		if (op_cnt) {
op_cnt            419 drivers/crypto/bcm/util.c 		       hash_alg_name[alg], op_cnt);
op_cnt            430 drivers/crypto/bcm/util.c 		op_cnt = atomic_read(&ipriv->aead_cnt[alg]);
op_cnt            431 drivers/crypto/bcm/util.c 		if (op_cnt) {
op_cnt            435 drivers/crypto/bcm/util.c 		       aead_alg_name[alg], op_cnt);