Searched refs:crypto_alloc_blkcipher (Results 1 – 4 of 4) sorted by relevance
62 …:functions: crypto_alloc_blkcipher crypto_free_blkcipher crypto_has_blkcipher crypto_blkcipher_nam…
212 crypto_alloc_blkcipher(alg_name, 0, CRYPTO_ALG_ASYNC); in do_decrypt()
373 op->fallback.blk = crypto_alloc_blkcipher(name, 0, in fallback_init_blk()
1141 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher() function