Lines Matching defs:consts
123 u8 __aligned(8) consts[];
793 be128 *consts = (be128 *)ctx->consts;
803 aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc,
807 cmac_gf128_mul_by_x(consts, consts);
808 cmac_gf128_mul_by_x(consts + 1, consts);
833 aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2);
936 u8 *consts = tctx->consts;
940 consts += AES_BLOCK_SIZE;
943 mac_do_update(&tctx->key, consts, 1, ctx->dg, 0, 1);