aes_encrypt
aes_encrypt(&ctx->fallback, dst, dst);
aes_encrypt(&ctx->tweak_key, walk.iv, walk.iv);
aes_encrypt(&ctx->fallback, buf, buf);
aes_encrypt(&aes_key, (u8 *)&k, (u8[AES_BLOCK_SIZE]){});
aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){});
aes_encrypt(&ctx->tweak_key, req->iv, req->iv);
aes_encrypt(&key->aes_key, (u8 *)&h1, (u8 *)&h1);
aes_encrypt(key, out, in);
aes_encrypt(aeskey, outval, in->buf);
aes_encrypt(&aes, src, src);
aes_encrypt(&aes, ctx->u.aes.key, ctx->u.aes.key);
aes_encrypt(&aes, iv, iv);
aes_encrypt(&aes, gctx->ghash_h, gctx->ghash_h);
aes_encrypt(&aes, (u8 *)hashkey, (u8 *)hashkey);
aes_encrypt(ctx->aes, (u8 *)key_tmp + 2 * AES_BLOCK_SIZE,
aes_encrypt(ctx->aes, (u8 *)key_tmp,
aes_encrypt(ctx->aes, (u8 *)key_tmp + AES_BLOCK_SIZE,
aes_encrypt(ctx->aes, (u8 *)consts, (u8 *)consts);
aes_encrypt(ctx->aes, areq->result, areq->result);
aes_encrypt(&ctx->akey, (u8 *)tag, (const u8 *)iv);
aes_encrypt(elephant->key, &ks[0], es.b);
aes_encrypt(elephant->key, &ks[16], es.b);
aes_encrypt(&aes, ghash_h, ghash_h);
aes_encrypt(&aes, ghash_h, ghash_h);
aes_encrypt(&aes, ghash_h, ghash_h);
aes_encrypt(&aes, hash, zeroes);
aes_encrypt(&aes, hkey, input);
aes_encrypt(&aes, cbc, cbc);
aes_encrypt(&aes, pad, pad);
aes_encrypt(&aes, pad, mac);
aes_encrypt(&aes, ciphertext, data);
aes_encrypt(&aes, &derived_key[i], &raw_master_key[i]);
void aes_encrypt(aes_encrypt_arg key, u8 out[at_least AES_BLOCK_SIZE],
EXPORT_SYMBOL(aes_encrypt);
aes_encrypt(key, h, h);
aes_encrypt(key, h, h);
aes_encrypt(key, h, h);
aes_encrypt(&key->aes, key->k_final[0].b, key->k_final[0].b);
aes_encrypt(&key->aes, new_aes_key, constants[0]);
aes_encrypt(&key->aes, key->k_final[0].b, constants[1]);
aes_encrypt(&key->aes, key->k_final[1].b, constants[2]);
aes_encrypt(&ctx->key->aes, ctx->h, ctx->h);
aes_encrypt(&ctx->key->aes, out, ctx->h);
aes_encrypt(ctx->key, ctx->h, ctx->h);
aes_encrypt(ctx->key, out, ctx->h);
aes_encrypt(key, ks, v);
aes_encrypt(key, ks[0], iv);
aes_encrypt(key, ks[!i], src);
aes_encrypt(&ctx->aes_key, buf, (const u8 *)ctr);
aes_encrypt(&ctx->aes_key, h, h);
aes_encrypt(&ctx->aes_key, enc_ctr, (const u8 *)ctr);
aes_encrypt(&aes, data, data);