Searched refs:crypto_free_tfm (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h30 #define crypto_free_tfm crypto_free_tfm_rsl macro
133 * crypto_free_tfm(), as well as the various helpers below.
209 * crypto_free_tfm() frees up the transform and any associated resources,
213 void crypto_free_tfm(struct crypto_tfm *tfm);
/linux-4.1.27/fs/ext4/
H A Dcrypto.c81 crypto_free_tfm(ctx->tfm); ext4_release_crypto_ctx()
157 crypto_free_tfm(ctx->tfm); ext4_get_crypto_ctx()
218 crypto_free_tfm(pos->tfm); ext4_exit_crypto()
/linux-4.1.27/include/crypto/
H A Drng.h94 crypto_free_tfm(crypto_rng_tfm(tfm)); crypto_free_rng()
/linux-4.1.27/include/linux/
H A Dcrypto.h754 static inline void crypto_free_tfm(struct crypto_tfm *tfm) crypto_free_tfm() function
902 crypto_free_tfm(crypto_ablkcipher_tfm(tfm)); crypto_free_ablkcipher()
1258 crypto_free_tfm(crypto_aead_tfm(tfm)); crypto_free_aead()
1669 crypto_free_tfm(crypto_blkcipher_tfm(tfm)); crypto_free_blkcipher()
1988 crypto_free_tfm(crypto_cipher_tfm(tfm)); crypto_free_cipher()
2162 crypto_free_tfm(crypto_hash_tfm(tfm)); crypto_free_hash()
2363 crypto_free_tfm(crypto_comp_tfm(tfm)); crypto_free_comp()
/linux-4.1.27/crypto/
H A Dcryptd.c868 crypto_free_tfm(tfm); cryptd_alloc_ablkcipher()

Completed in 154 milliseconds