Searched refs:genlist_next (Results 1 – 5 of 5) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | genlist.c | 82 genlist_next (struct genlist *head, struct genlist_entry **buf) in genlist_next() function 163 for (cp = genlist_next (cf->l2, &gpb); cp; cp = genlist_next (0, &gpb))
|
D | rsalist.c | 206 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) { in rsa_try_check_rsasign()
|
D | genlist.h | 72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
|
D | ipsec_doi.c | 3678 if (genlist_next(iph1->rmconf->idvl_p, 0)) { 3684 for (id = genlist_next (iph1->rmconf->idvl_p, &gpb); id; id = genlist_next (0, &gpb)) {
|
D | oakley.c | 1793 genlist_next(iph1->rsa_candidates, NULL))->rsa;
|