Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A 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))
H A Drsalist.c267 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) { in rsa_try_check_rsasign()
H A Dgenlist.h72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
H A Dremoteconf.c107 if (!genlist_next(rmconf->idvl_p, 0))
110 for (id = genlist_next(rmconf->idvl_p, &gpb); id; id = genlist_next(0, &gpb)) {
H A Doakley.c1689 genlist_next(iph1->rsa_candidates, NULL))->rsa;