Searched refs:genlist_next (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A 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))
|
H A D | rsalist.c | 267 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) { in rsa_try_check_rsasign()
|
H A D | genlist.h | 72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
|
H A D | remoteconf.c | 107 if (!genlist_next(rmconf->idvl_p, 0)) 110 for (id = genlist_next(rmconf->idvl_p, &gpb); id; id = genlist_next(0, &gpb)) {
|
H A D | oakley.c | 1689 genlist_next(iph1->rsa_candidates, NULL))->rsa;
|