Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dcompress.h86 crypto_destroy_tfm(tfm, crypto_pcomp_tfm(tfm)); in crypto_free_pcomp()
Dhash.h254 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
638 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
/linux-4.1.27/crypto/
Dapi.c583 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function
598 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);
/linux-4.1.27/include/linux/
Dcrypto.h752 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
756 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()