Home
last modified time | relevance | path

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

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

Completed in 41 milliseconds