/kernel/linux/linux-5.10/crypto/ |
H A D | cipher.c | 85 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 D | pcbc.c | 97 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 D | keywrap.c | 166 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
|
H A D | adiantum.c | 292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
H A D | testmgr.c | 2676 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cipher.c | 87 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 D | pcbc.c | 98 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 D | keywrap.c | 167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
|
H A D | hctr2.c | 304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
H A D | adiantum.c | 293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
H A D | testmgr.c | 2786 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes.c | 102 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | cipher.h | 168 * 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 D | aes.c | 103 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | geode-aes.c | 183 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 897 * 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 D | geode-aes.c | 184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 404 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 400 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | aes_s390.c | 120 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | aes_s390.c | 121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
|