Lines Matching full:alg_id
135 findsupportedalg(satype, alg_id)
136 u_int satype, alg_id;
161 if (((struct sadb_alg *)(void *)p)->sadb_alg_id == alg_id)
213 ipsec_check_keylen(supported, alg_id, keylen)
215 u_int alg_id;
233 return ipsec_check_keylen2(satype, alg_id, keylen);
245 ipsec_check_keylen2(satype, alg_id, keylen)
247 u_int alg_id;
252 alg = findsupportedalg(satype, alg_id);
276 ipsec_get_keylen(supported, alg_id, alg0)
277 u_int supported, alg_id;
301 alg = findsupportedalg(satype, alg_id);