Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dcipher.c86 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
91 EXPORT_SYMBOL_GPL(crypto_cipher_decrypt_one);
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()
Dkeywrap.c166 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
Dadiantum.c292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
Dtestmgr.c2676 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/Linux-v5.10/Documentation/crypto/
Dapi-skcipher.rst35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/Linux-v5.10/drivers/crypto/vmx/
Daes.c102 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/Linux-v5.10/drivers/crypto/
Dgeode-aes.c183 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
/Linux-v5.10/include/linux/
Dcrypto.h902 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/Linux-v5.10/arch/arm/crypto/
Daes-neonbs-glue.c403 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/Linux-v5.10/arch/s390/crypto/
Daes_s390.c120 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()