Home
last modified time | relevance | path

Searched refs:crypto_free_cipher (Results 1 – 20 of 20) sorted by relevance

/linux-5.19.10/Documentation/crypto/
Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/linux-5.19.10/drivers/crypto/vmx/
Daes.c56 crypto_free_cipher(ctx->fallback); in p8_aes_exit()
/linux-5.19.10/include/crypto/internal/
Dcipher.h75 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher() function
/linux-5.19.10/crypto/
Dessiv.c288 crypto_free_cipher(essiv_cipher); in essiv_init_tfm()
355 crypto_free_cipher(tctx->essiv_cipher); in essiv_skcipher_exit_tfm()
364 crypto_free_cipher(tctx->essiv_cipher); in essiv_aead_exit_tfm()
Dadiantum.c443 crypto_free_cipher(blockcipher); in adiantum_init_tfm()
454 crypto_free_cipher(tctx->blockcipher); in adiantum_exit_tfm()
Dxcbc.c186 crypto_free_cipher(ctx->child); in xcbc_exit_tfm()
Dcmac.c220 crypto_free_cipher(ctx->child); in cmac_exit_tfm()
Dansi_cprng.c273 crypto_free_cipher(ctx->tfm); in free_prng_context()
Dxts.c328 crypto_free_cipher(ctx->tweak); in xts_exit_tfm()
Dvmac.c616 crypto_free_cipher(tctx->cipher); in vmac_exit_tfm()
Dccm.c860 crypto_free_cipher(ctx->child); in cbcmac_exit_tfm()
Dskcipher.c904 crypto_free_cipher(ctx->cipher); in skcipher_exit_tfm_simple()
Ddrbg.c1742 crypto_free_cipher(tfm); in drbg_fini_sym_kernel()
Dtestmgr.c3573 crypto_free_cipher(tfm); in alg_test_cipher()
/linux-5.19.10/arch/arm/crypto/
Daes-neonbs-glue.c324 crypto_free_cipher(ctx->cts_tfm); in xts_init()
333 crypto_free_cipher(ctx->tweak_tfm); in xts_exit()
334 crypto_free_cipher(ctx->cts_tfm); in xts_exit()
/linux-5.19.10/drivers/crypto/
Dgeode-aes.c212 crypto_free_cipher(tctx->fallback.cip); in fallback_exit_cip()
/linux-5.19.10/arch/s390/crypto/
Daes_s390.c149 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_algs.c1444 crypto_free_cipher(ctx->tweak); in qat_alg_skcipher_exit_xts_tfm()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2141 crypto_free_cipher(ctx->kaes); in safexcel_xcbcmac_cra_exit()
Dsafexcel_cipher.c2637 crypto_free_cipher(ctx->hkaes); in safexcel_aead_gcm_cra_exit()