Home
last modified time | relevance | path

Searched refs:crypto_free_cipher (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/internal/
H A Dcipher.h75 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher() function
/linux/crypto/
H A Dessiv.c291 crypto_free_cipher(essiv_cipher); in essiv_init_tfm()
358 crypto_free_cipher(tctx->essiv_cipher); in essiv_skcipher_exit_tfm()
367 crypto_free_cipher(tctx->essiv_cipher); in essiv_aead_exit_tfm()
H A Dtestmgr.c3459 crypto_free_cipher(tfm); in alg_test_cipher()
/linux/drivers/crypto/
H A Dgeode-aes.c212 crypto_free_cipher(tctx->fallback.cip); in fallback_exit_cip()