Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h1296 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast() function
1306 return __crypto_blkcipher_cast(tfm); in crypto_blkcipher_cast()
1330 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_blkcipher()
/Linux-v5.4/crypto/
Dblkcipher.c417 .tfm = __crypto_blkcipher_cast(tfm), in async_encrypt()
431 .tfm = __crypto_blkcipher_cast(tfm), in async_decrypt()
Dskcipher.c681 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()
/Linux-v5.4/include/crypto/
Dalgapi.h295 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher()