/linux-6.1.9/crypto/ |
D | xcbc.c | 64 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey() 65 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey() 66 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey() 110 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update() 118 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update() 162 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_final()
|
D | cmac.c | 68 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey() 143 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update() 151 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update() 196 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_final()
|
D | ofb.c | 35 crypto_cipher_encrypt_one(cipher, iv, iv); in crypto_ofb_crypt() 45 crypto_cipher_encrypt_one(cipher, walk.iv, walk.iv); in crypto_ofb_crypt()
|
D | cipher.c | 80 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function 85 EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, CRYPTO_INTERNAL);
|
D | pcbc.c | 32 crypto_cipher_encrypt_one(tfm, dst, iv); in crypto_pcbc_encrypt_segment() 55 crypto_cipher_encrypt_one(tfm, src, iv); in crypto_pcbc_encrypt_inplace()
|
D | hctr2.c | 153 crypto_cipher_encrypt_one(tctx->blockcipher, hbar, hbar); in hctr2_setkey() 157 crypto_cipher_encrypt_one(tctx->blockcipher, tctx->L, tctx->L); in hctr2_setkey() 302 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
D | vmac.c | 449 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey() 459 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey() 470 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey() 588 crypto_cipher_encrypt_one(tctx->cipher, dctx->nonce.bytes, in vmac_final()
|
D | keywrap.c | 238 crypto_cipher_encrypt_one(cipher, (u8 *)&block, in crypto_kw_encrypt()
|
D | xctr.c | 44 crypto_cipher_encrypt_one(tfm, keystream, walk->iv); in crypto_xctr_crypt_final()
|
D | cfb.c | 39 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
|
D | essiv.c | 147 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt() 187 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_aead_crypt()
|
D | ansi_cprng.c | 156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
|
D | ctr.c | 40 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
|
D | ccm.c | 817 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_update() 835 crypto_cipher_encrypt_one(tfm, dg, dg); in crypto_cbcmac_digest_final()
|
D | xts.c | 256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
|
D | adiantum.c | 353 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
|
D | drbg.c | 1833 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
|
D | testmgr.c | 2712 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
|
/linux-6.1.9/Documentation/crypto/ |
D | api-skcipher.rst | 35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
|
/linux-6.1.9/drivers/crypto/vmx/ |
D | aes.c | 86 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
|
/linux-6.1.9/include/crypto/internal/ |
D | cipher.h | 164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
|
/linux-6.1.9/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 366 crypto_cipher_encrypt_one(ctx->tweak_tfm, walk.iv, walk.iv); in __xts_crypt() 398 crypto_cipher_encrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/linux-6.1.9/drivers/crypto/ |
D | geode-aes.c | 169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()
|
/linux-6.1.9/arch/s390/crypto/ |
D | aes_s390.c | 110 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 1191 crypto_cipher_encrypt_one(ctx->tweak, in qat_alg_set_req_iv()
|