Symbol: crypto_cipher_encrypt_one
crypto/adiantum.c
421
crypto_cipher_encrypt_one(tctx->blockcipher, rbuf.bytes,
crypto/ccm.c
800
crypto_cipher_encrypt_one(tfm, dg, dg);
crypto/ccm.c
818
crypto_cipher_encrypt_one(tfm, out, dg);
crypto/cipher.c
84
EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, "CRYPTO_INTERNAL");
crypto/cmac.c
110
crypto_cipher_encrypt_one(tfm, prev, prev);
crypto/cmac.c
133
crypto_cipher_encrypt_one(tfm, out, prev);
crypto/cmac.c
53
crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts);
crypto/ctr.c
40
crypto_cipher_encrypt_one(tfm, keystream, ctrblk);
crypto/essiv.c
147
crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
crypto/essiv.c
197
crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv);
crypto/hctr2.c
120
crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar);
crypto/hctr2.c
124
crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L);
crypto/hctr2.c
240
crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block,
crypto/pcbc.c
32
crypto_cipher_encrypt_one(tfm, dst, iv);
crypto/pcbc.c
55
crypto_cipher_encrypt_one(tfm, dst, iv);
crypto/testmgr.c
2775
crypto_cipher_encrypt_one(tfm, data + k,
crypto/xcbc.c
101
crypto_cipher_encrypt_one(tfm, out, prev);
crypto/xcbc.c
50
crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs);
crypto/xcbc.c
51
crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2);
crypto/xcbc.c
52
crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks);
crypto/xcbc.c
78
crypto_cipher_encrypt_one(tfm, prev, prev);
crypto/xctr.c
44
crypto_cipher_encrypt_one(tfm, keystream, walk->iv);
crypto/xts.c
256
crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv);
drivers/crypto/geode-aes.c
169
crypto_cipher_encrypt_one(tctx->fallback.cip, out, in);
drivers/crypto/intel/qat/qat_common/qat_algs.c
934
crypto_cipher_encrypt_one(ctx->tweak,
include/crypto/internal/cipher.h
164
void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,