Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Drng.h122 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
Dcompress.h86 crypto_destroy_tfm(tfm, crypto_pcomp_tfm(tfm)); in crypto_free_pcomp()
Dhash.h259 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash()
657 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
Daead.h190 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
Dakcipher.h180 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
Dskcipher.h215 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
/linux-4.4.14/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.4.14/include/linux/
Dcrypto.h619 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
623 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()