Home
last modified time | relevance | path

Searched refs:crypto_destroy_tfm (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/include/crypto/
Drng.h124 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
Dacompress.h160 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
Dhash.h265 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
702 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
Dkpp.h167 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
Dakcipher.h182 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
Daead.h195 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
Dskcipher.h214 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
/linux-4.19.296/include/crypto/internal/
Dscompress.h62 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
/linux-4.19.296/crypto/
Dapi.c570 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function
585 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);
/linux-4.19.296/include/linux/
Dcrypto.h658 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
662 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()