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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h312 int crypto_has_alg(const char *name, u32 type, u32 mask);
594 return crypto_has_alg(alg_name, crypto_skcipher_type(type),
904 return crypto_has_alg(alg_name, type, mask);
1048 return crypto_has_alg(alg_name, type, mask);
1144 return crypto_has_alg(alg_name, type, mask);
1250 return crypto_has_alg(alg_name, type, mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dapi.c591 int crypto_has_alg(const char *name, u32 type, u32 mask) function
603 EXPORT_SYMBOL_GPL(crypto_has_alg); variable
H A Dtcrypt.c720 printk(crypto_has_alg(*name, 0, 0) ?
1228 return crypto_has_alg(alg, type, mask ?: CRYPTO_ALG_TYPE_MASK) ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_algo.c576 status = crypto_has_alg(list[i].name, algo_list->type,

Completed in 176 milliseconds