Home
last modified time | relevance | path

Searched refs:crypto_cipher_encrypt_one (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/crypto/
Dxcbc.c63 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey()
64 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey()
65 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
107 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
115 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_xcbc_digest_update()
157 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_xcbc_digest_final()
Dcmac.c66 crypto_cipher_encrypt_one(ctx->child, (u8 *)consts, (u8 *)consts); in crypto_cmac_digest_setkey()
139 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
147 crypto_cipher_encrypt_one(tfm, prev, prev); in crypto_cmac_digest_update()
189 crypto_cipher_encrypt_one(tfm, out, prev); in crypto_cmac_digest_final()
Dcipher.c79 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, in crypto_cipher_encrypt_one() function
84 EXPORT_SYMBOL_NS_GPL(crypto_cipher_encrypt_one, CRYPTO_INTERNAL);
Dpcbc.c32 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()
Dhctr2.c153 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()
301 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
Dvmac.c449 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()
Dkeywrap.c238 crypto_cipher_encrypt_one(cipher, (u8 *)&block, in crypto_kw_encrypt()
Dxctr.c44 crypto_cipher_encrypt_one(tfm, keystream, walk->iv); in crypto_xctr_crypt_final()
Dessiv.c147 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_skcipher_crypt()
192 crypto_cipher_encrypt_one(tctx->essiv_cipher, req->iv, req->iv); in essiv_aead_crypt()
Dansi_cprng.c156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
Dctr.c40 crypto_cipher_encrypt_one(tfm, keystream, ctrblk); in crypto_ctr_crypt_final()
Dccm.c813 crypto_cipher_encrypt_one(tfm, ctx->dg, ctx->dg); in crypto_cbcmac_digest_update()
830 crypto_cipher_encrypt_one(tfm, ctx->dg, ctx->dg); in crypto_cbcmac_digest_final()
Dxts.c256 crypto_cipher_encrypt_one(ctx->tweak, (u8 *)&rctx->t, req->iv); in xts_init_crypt()
Dadiantum.c383 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
Ddrbg.c1817 crypto_cipher_encrypt_one(tfm, outval, in->buf); in drbg_kcapi_sym()
Dtestmgr.c2810 crypto_cipher_encrypt_one(tfm, data + k, in test_cipher()
/linux-6.12.1/Documentation/crypto/
Dapi-skcipher.rst35 … crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_c…
/linux-6.12.1/include/crypto/internal/
Dcipher.h164 void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
/linux-6.12.1/arch/powerpc/crypto/
Daes.c86 crypto_cipher_encrypt_one(ctx->fallback, dst, src); in p8_aes_encrypt()
/linux-6.12.1/drivers/crypto/
Dgeode-aes.c169 crypto_cipher_encrypt_one(tctx->fallback.cip, out, in); in geode_encrypt()
/linux-6.12.1/arch/s390/crypto/
Daes_s390.c115 crypto_cipher_encrypt_one(sctx->fallback.cip, out, in); in crypto_aes_encrypt()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dqat_algs.c1010 crypto_cipher_encrypt_one(ctx->tweak, in qat_alg_set_req_iv()