Searched refs:__crypto_blkcipher_cast (Results 1 – 4 of 4) sorted by relevance
1114 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast() function1124 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()
422 .tfm = __crypto_blkcipher_cast(tfm), in async_encrypt()436 .tfm = __crypto_blkcipher_cast(tfm), in async_decrypt()
668 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()
299 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher()