Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Drng.h119 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
A Dhash.h289 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
736 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
A Dacompress.h174 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
A Daead.h195 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
A Dkpp.h165 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
A Dakcipher.h183 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
A Dskcipher.h208 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
/linux-6.3-rc2/include/crypto/internal/
A Dscompress.h58 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
/linux-6.3-rc2/include/linux/
A Dcrypto.h660 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
664 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
/linux-6.3-rc2/crypto/
A Dapi.c615 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function
630 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);

Completed in 17 milliseconds