Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst62 …:functions: crypto_alloc_blkcipher crypto_free_blkcipher crypto_has_blkcipher crypto_blkcipher_nam…
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c384 crypto_free_blkcipher(op->fallback.blk); in fallback_exit_blk()
/Linux-v5.4/include/linux/
Dcrypto.h1343 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher() function
/Linux-v5.4/crypto/
Dskcipher.c660 crypto_free_blkcipher(*ctx); in crypto_exit_skcipher_ops_blkcipher()