Searched refs:crypto_destroy_tfm (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | crypto.h | 425 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm); 429 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
|
| /linux-6.15/include/crypto/ |
| H A D | rng.h | 125 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
|
| H A D | sig.h | 125 crypto_destroy_tfm(tfm, crypto_sig_tfm(tfm)); in crypto_free_sig()
|
| H A D | skcipher.h | 329 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 D | hash.h | 292 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash() 735 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
|
| H A D | kpp.h | 169 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
|
| H A D | akcipher.h | 171 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
|
| H A D | aead.h | 196 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
|
| H A D | acompress.h | 239 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
|
| /linux-6.15/include/crypto/internal/ |
| H A D | scompress.h | 65 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
|
| /linux-6.15/crypto/ |
| H A D | api.c | 661 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function 678 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);
|