Searched refs:crypto_has_alg (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h264 int crypto_has_alg(const char *name, u32 type, u32 mask);
266 static inline int crypto_has_alg(const char *name, u32 type, u32 mask) function
516 return crypto_has_alg(alg_name, type, mask);
682 return crypto_has_alg(alg_name, type, mask);
826 return crypto_has_alg(alg_name, type, mask);
920 return crypto_has_alg(alg_name, type, mask);
1026 return crypto_has_alg(alg_name, type, mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dapi.c426 int crypto_has_alg(const char *name, u32 type, u32 mask) function
438 EXPORT_SYMBOL_GPL(crypto_has_alg); variable
H A Dtcrypt.c878 printk(crypto_has_alg(*name, 0, 0) ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c398 status = crypto_has_alg(list[i].name, algo_list->type,

Completed in 114 milliseconds