consts 123 arch/arm64/crypto/aes-glue.c u8 __aligned(8) consts[]; consts 816 arch/arm64/crypto/aes-glue.c be128 *consts = (be128 *)ctx->consts; consts 826 arch/arm64/crypto/aes-glue.c aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, consts 830 arch/arm64/crypto/aes-glue.c cmac_gf128_mul_by_x(consts, consts); consts 831 arch/arm64/crypto/aes-glue.c cmac_gf128_mul_by_x(consts + 1, consts); consts 856 arch/arm64/crypto/aes-glue.c aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2); consts 952 arch/arm64/crypto/aes-glue.c u8 *consts = tctx->consts; consts 956 arch/arm64/crypto/aes-glue.c consts += AES_BLOCK_SIZE; consts 959 arch/arm64/crypto/aes-glue.c mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1); consts 2855 arch/mips/cavium-octeon/octeon-irq.c union cvmx_ciu3_const consts; consts 2873 arch/mips/cavium-octeon/octeon-irq.c consts.u64 = cvmx_read_csr(base_addr + CIU3_CONST); consts 55 crypto/cmac.c __be64 *consts = PTR_ALIGN((void *)ctx->ctx, consts 66 crypto/cmac.c memset(consts, 0, bs); consts 67 crypto/cmac.c crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); consts 72 crypto/cmac.c _const[0] = be64_to_cpu(consts[1]); consts 73 crypto/cmac.c _const[1] = be64_to_cpu(consts[0]); consts 81 crypto/cmac.c consts[i + 0] = cpu_to_be64(_const[1]); consts 82 crypto/cmac.c consts[i + 1] = cpu_to_be64(_const[0]); consts 88 crypto/cmac.c _const[0] = be64_to_cpu(consts[0]); consts 95 crypto/cmac.c consts[i] = cpu_to_be64(_const[0]); consts 172 crypto/cmac.c u8 *consts = PTR_ALIGN((void *)tctx->ctx, consts 193 crypto/cmac.c crypto_xor(prev, consts + offset, bs); consts 55 crypto/xcbc.c u8 *consts = PTR_ALIGN(&ctx->ctx[0], alignmask + 1); consts 63 crypto/xcbc.c crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); consts 64 crypto/xcbc.c crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); consts 139 crypto/xcbc.c u8 *consts = PTR_ALIGN(&tctx->ctx[0], alignmask + 1); consts 159 crypto/xcbc.c crypto_xor(prev, consts + offset, bs);