crypto_cipher_encrypt_one
crypto_cipher_encrypt_one(tctx->blockcipher, rbuf.bytes,
crypto_cipher_encrypt_one(tfm, dg, dg);
crypto_cipher_encrypt_one(tfm, out, dg);
EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, "CRYPTO_INTERNAL");
crypto_cipher_encrypt_one(tfm, prev, prev);
crypto_cipher_encrypt_one(tfm, out, prev);
crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts);
crypto_cipher_encrypt_one(tfm, keystream, ctrblk);
crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar);
crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L);
crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block,
crypto_cipher_encrypt_one(tfm, dst, iv);
crypto_cipher_encrypt_one(tfm, dst, iv);
crypto_cipher_encrypt_one(tfm, data + k,
crypto_cipher_encrypt_one(tfm, out, prev);
crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs);
crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2);
crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks);
crypto_cipher_encrypt_one(tfm, prev, prev);
crypto_cipher_encrypt_one(tfm, keystream, walk->iv);
crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv);
crypto_cipher_encrypt_one(tctx->fallback.cip, out, in);
crypto_cipher_encrypt_one(ctx->tweak,
void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,