Searched refs:crypto_has_blkcipher (Results 1 – 3 of 3) sorted by relevance
706 status = crypto_has_blkcipher(ealg_list[i].name, 0, in xfrm_probe_algs()
714 if (!(crypto_has_blkcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC) && in ppp_mppe_init()
898 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() function