Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ppp/
Dppp_mppe.c717 if (!(crypto_has_blkcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC) && in ppp_mppe_init()
/linux-4.4.14/include/linux/
Dcrypto.h1155 static inline int crypto_has_blkcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_blkcipher() function