Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h1114 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast() function
1124 return __crypto_blkcipher_cast(tfm); in crypto_blkcipher_cast()
1148 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_blkcipher()
/Linux-v4.19/crypto/
Dblkcipher.c422 .tfm = __crypto_blkcipher_cast(tfm), in async_encrypt()
436 .tfm = __crypto_blkcipher_cast(tfm), in async_decrypt()
Dskcipher.c668 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()
/Linux-v4.19/include/crypto/
Dalgapi.h299 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher()