Searched refs:crypto_destroy_tfm (Results 1 – 23 of 23) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | rng.h | 119 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
|
| H A D | hash.h | 289 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm)); in crypto_free_ahash() 734 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm)); in crypto_free_shash()
|
| H A D | acompress.h | 173 crypto_destroy_tfm(tfm, crypto_acomp_tfm(tfm)); in crypto_free_acomp()
|
| H A D | aead.h | 193 crypto_destroy_tfm(tfm, crypto_aead_tfm(tfm)); in crypto_free_aead()
|
| H A D | kpp.h | 162 crypto_destroy_tfm(tfm, crypto_kpp_tfm(tfm)); in crypto_free_kpp()
|
| H A D | akcipher.h | 182 crypto_destroy_tfm(tfm, crypto_akcipher_tfm(tfm)); in crypto_free_akcipher()
|
| H A D | skcipher.h | 204 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | scompress.h | 57 crypto_destroy_tfm(tfm, crypto_scomp_tfm(tfm)); in crypto_free_scomp()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crypto.h | 677 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm); 681 return crypto_destroy_tfm(tfm, tfm); in crypto_free_tfm()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 34 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_virtual_device | 73 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_exynosauto | 1031 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_vivo | 247 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_generic | 248 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_db845c | 1002 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_exynos | 231 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_imx | 100 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_qcom | 292 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_mtk | 264 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_rockchip | 159 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_oplus | 331 crypto_destroy_tfm
|
| H A D | abi_gki_aarch64_galaxy | 1008 crypto_destroy_tfm
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | api.c | 561 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) in crypto_destroy_tfm() function 576 EXPORT_SYMBOL_GPL(crypto_destroy_tfm);
|