Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/crypto/
Daes-neonbs-glue.c198 crypto_free_cipher(ctx->enc_tfm); in cbc_exit()
316 crypto_free_cipher(ctx->cts_tfm); in xts_init()
325 crypto_free_cipher(ctx->tweak_tfm); in xts_exit()
326 crypto_free_cipher(ctx->cts_tfm); in xts_exit()
/Linux-v5.4/drivers/crypto/vmx/
Daes.c55 crypto_free_cipher(ctx->fallback); in p8_aes_exit()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/Linux-v5.4/crypto/
Dessiv.c306 crypto_free_cipher(essiv_cipher); in essiv_init_tfm()
373 crypto_free_cipher(tctx->essiv_cipher); in essiv_skcipher_exit_tfm()
382 crypto_free_cipher(tctx->essiv_cipher); in essiv_aead_exit_tfm()
Dadiantum.c451 crypto_free_cipher(blockcipher); in adiantum_init_tfm()
462 crypto_free_cipher(tctx->blockcipher); in adiantum_exit_tfm()
Dxcbc.c185 crypto_free_cipher(ctx->child); in xcbc_exit_tfm()
Dcmac.c219 crypto_free_cipher(ctx->child); in cmac_exit_tfm()
Dansi_cprng.c272 crypto_free_cipher(ctx->tfm); in free_prng_context()
Dxts.c328 crypto_free_cipher(ctx->tweak); in exit_tfm()
Dvmac.c617 crypto_free_cipher(tctx->cipher); in vmac_exit_tfm()
Dccm.c914 crypto_free_cipher(ctx->child); in cbcmac_exit_tfm()
Dskcipher.c1142 crypto_free_cipher(ctx->cipher); in skcipher_exit_tfm_simple()
Ddrbg.c1721 crypto_free_cipher(tfm); in drbg_fini_sym_kernel()
Dtestmgr.c3253 crypto_free_cipher(tfm); in alg_test_cipher()
/Linux-v5.4/fs/crypto/
Dkeysetup.c396 crypto_free_cipher(ci->ci_essiv_tfm); in put_crypt_info()
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c274 crypto_free_cipher(op->fallback.cip); in fallback_exit_cip()
/Linux-v5.4/include/linux/
Dcrypto.h1662 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher() function
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c155 crypto_free_cipher(sctx->fallback.cip); in fallback_exit_cip()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2148 crypto_free_cipher(ctx->hkaes); in safexcel_aead_gcm_cra_exit()