Home
last modified time | relevance | path

Searched refs:crypto_destroy_tfm (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/include/crypto/
H A Dsig.h59 crypto_destroy_tfm(tfm, crypto_sig_tfm(tfm)); in crypto_free_sig()
H A Drng.h144 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
H A Daead.h217 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
H A Dacompress.h177 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
H A Dkpp.h188 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
H A Dhash.h320 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
788 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
H A Dskcipher.h230 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
H A Dakcipher.h210 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
/kernel/linux/linux-6.6/include/linux/
H A Dcrypto.h445 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
449 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
/kernel/linux/linux-5.10/include/crypto/
H A Drng.h119 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
H A Dacompress.h173 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
H A Daead.h193 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
H A Dkpp.h162 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
H A Dhash.h289 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
734 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
H A Dakcipher.h182 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
H A Dskcipher.h204 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dscompress.h57 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dscompress.h67 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
/kernel/linux/linux-5.10/crypto/
H A Dapi.c554 * crypto_destroy_tfm - Free crypto transform
561 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function
576 EXPORT_SYMBOL_GPL(crypto_destroy_tfm); variable
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h681 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
685 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
/kernel/linux/linux-6.6/crypto/
H A Dapi.c644 * crypto_destroy_tfm - Free crypto transform
651 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function
668 EXPORT_SYMBOL_GPL(crypto_destroy_tfm); variable

Completed in 23 milliseconds