Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrypto.h432 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
436 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
/linux/include/crypto/
H A Drng.h123 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
H A Dsig.h125 crypto_destroy_tfm(tfm, crypto_sig_tfm(tfm)); in crypto_free_sig()
H A Dskcipher.h329 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
345 crypto_destroy_tfm(tfm, crypto_lskcipher_tfm(tfm)); in crypto_free_lskcipher()
H A Dkpp.h169 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
H A Dhash.h328 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
767 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
H A Dacompress.h220 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
/linux/include/crypto/internal/
H A Dscompress.h68 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
/linux/crypto/
H A Dapi.c663 * crypto_destroy_tfm - Free crypto transform
670 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function
687 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);