Searched refs:crypto_destroy_tfm (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/include/crypto/ |
| D | rng.h | 122 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
|
| D | compress.h | 86 crypto_destroy_tfm(tfm, crypto_pcomp_tfm(tfm)); in crypto_free_pcomp()
|
| D | hash.h | 259 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()
|
| D | aead.h | 190 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
|
| D | akcipher.h | 180 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
|
| D | skcipher.h | 215 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
|
| /linux-4.4.14/crypto/ |
| D | api.c | 583 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/ |
| D | crypto.h | 619 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm); 623 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
|