Home
last modified time | relevance | path

Searched refs:genlist_foreach (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Drsalist.c169 genlist_foreach(list, rsa_key_dump_one, NULL); in rsa_key_dump()
184 genlist_foreach(list, rsa_list_count_one, &count); in rsa_list_count()
241 genlist_foreach(list, rsa_lookup_key_one, &r); in rsa_lookup_keys()
H A Dgenlist.c68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) in genlist_foreach() function
128 genlist_foreach(head, print_entry, NULL);
H A Dgenlist.h67 void *genlist_foreach (struct genlist *head, genlist_func_t func, void *arg);
H A Dremoteconf.c622 genlist_foreach(rmconf->idvl_p, dupidvl, new->idvl_p);
627 genlist_foreach(rmconf->rsa_private, duprsa, new->rsa_private);
631 genlist_foreach(rmconf->rsa_public, duprsa, new->rsa_public);
1013 genlist_foreach(p->idvl_p, &dump_peers_identifiers, NULL); in dump_rmconf_single()