Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst44 …:functions: crypto_free_ablkcipher crypto_has_ablkcipher crypto_ablkcipher_ivsize crypto_ablkciphe…
/Linux-v4.19/crypto/
Dcryptd.c272 crypto_free_ablkcipher(tfm); in cryptd_blkcipher_crypt()
1211 crypto_free_ablkcipher(&tfm->base); in cryptd_free_ablkcipher()
Dskcipher.c745 crypto_free_ablkcipher(*ctx); in crypto_exit_skcipher_ops_ablkcipher()
/Linux-v4.19/include/linux/
Dcrypto.h789 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher() function