Lines Matching defs:consts
129 u8 __aligned(8) consts[];
821 be128 *consts = (be128 *)ctx->consts;
831 aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc,
835 cmac_gf128_mul_by_x(consts, consts);
836 cmac_gf128_mul_by_x(consts + 1, consts);
861 aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2);
964 u8 *consts = tctx->consts;
968 consts += AES_BLOCK_SIZE;
971 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1);