Searched refs:alg_id (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_algo.c593 struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id) argument
596 (void *)(unsigned long)alg_id, 1);
600 struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id) argument
603 (void *)(unsigned long)alg_id, 1);
607 struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id) argument
610 (void *)(unsigned long)alg_id, 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey.c100 findsupportedalg(satype, alg_id)
101 u_int satype, alg_id;
126 if (((struct sadb_alg *)p)->sadb_alg_id == alg_id)
178 ipsec_check_keylen(supported, alg_id, keylen)
180 u_int alg_id;
198 return ipsec_check_keylen2(satype, alg_id, keylen);
210 ipsec_check_keylen2(satype, alg_id, keylen)
212 u_int alg_id;
217 alg = findsupportedalg(satype, alg_id);
240 ipsec_get_keylen(supported, alg_id, alg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dxfrm.h1496 extern struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id);
1497 extern struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id);
1498 extern struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id);

Completed in 101 milliseconds