Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt_one (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcipher.c85 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
90 EXPORT_SYMBOL_GPL(crypto_cipher_decrypt_one); variable
H A Dpcbc.c97 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment()
120 crypto_cipher_decrypt_one(tfm, src, src); in crypto_pcbc_decrypt_inplace()
H A Dkeywrap.c166 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
H A Dadiantum.c292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
H A Dtestmgr.c2676 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/kernel/linux/linux-6.6/crypto/
H A Dcipher.c87 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
92 EXPORT_SYMBOL_NS_GPL(crypto_cipher_decrypt_one, CRYPTO_INTERNAL);
H A Dpcbc.c98 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment()
121 crypto_cipher_decrypt_one(tfm, src, src); in crypto_pcbc_decrypt_inplace()
H A Dkeywrap.c167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
H A Dhctr2.c304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
H A Dadiantum.c293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
H A Dtestmgr.c2786 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daes.c102 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcipher.h168 * crypto_cipher_decrypt_one() - decrypt one block of ciphertext
176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daes.c103 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dgeode-aes.c183 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h897 * crypto_cipher_decrypt_one() - decrypt one block of ciphertext
905 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/kernel/linux/linux-6.6/drivers/crypto/
H A Dgeode-aes.c184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-glue.c404 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-neonbs-glue.c400 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Daes_s390.c120 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Daes_s390.c121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()

Completed in 25 milliseconds