Home
last modified time | relevance | path

Searched refs:crypto_has_blkcipher (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/xfrm/
Dxfrm_algo.c706 status = crypto_has_blkcipher(ealg_list[i].name, 0, in xfrm_probe_algs()
/linux-2.6.39/drivers/net/
Dppp_mppe.c714 if (!(crypto_has_blkcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC) && in ppp_mppe_init()
/linux-2.6.39/include/linux/
Dcrypto.h898 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() function