Home
last modified time | relevance | path

Searched refs:crypto_free_tfm (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dcrypto.h447 static inline void crypto_free_tfm(struct crypto_tfm *tfm) in crypto_free_tfm() function
518 crypto_free_tfm(crypto_comp_tfm(tfm)); in crypto_free_comp()
/Linux-v6.6/include/crypto/internal/
Dcipher.h77 crypto_free_tfm(crypto_cipher_tfm(tfm)); in crypto_free_cipher()