Home
last modified time | relevance | path

Searched refs:genlist_next (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgenlist.c82 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))
Drsalist.c206 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) { in rsa_try_check_rsasign()
Dgenlist.h72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
Dipsec_doi.c3678 if (genlist_next(iph1->rmconf->idvl_p, 0)) {
3684 for (id = genlist_next (iph1->rmconf->idvl_p, &gpb); id; id = genlist_next (0, &gpb)) {
Doakley.c1793 genlist_next(iph1->rsa_candidates, NULL))->rsa;