Searched refs:__crypto_blkcipher_cast (Results 1 – 4 of 4) sorted by relevance
1093 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast() function1103 return __crypto_blkcipher_cast(tfm); in crypto_blkcipher_cast()1127 return __crypto_blkcipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_blkcipher()
112 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()
424 .tfm = __crypto_blkcipher_cast(tfm), in async_encrypt()438 .tfm = __crypto_blkcipher_cast(tfm), in async_decrypt()
251 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher()