Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt_one (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/crypto/
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);
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()
Dkeywrap.c167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
Dhctr2.c304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
Dadiantum.c293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
Dtestmgr.c2786 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/Linux-v6.6/Documentation/crypto/
Dapi-skcipher.rst35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/Linux-v6.6/include/crypto/internal/
Dcipher.h176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/Linux-v6.6/drivers/crypto/vmx/
Daes.c103 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/Linux-v6.6/drivers/crypto/
Dgeode-aes.c184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
/Linux-v6.6/arch/arm/crypto/
Daes-neonbs-glue.c400 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/Linux-v6.6/arch/s390/crypto/
Daes_s390.c121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()