Home
last modified time | relevance | path

Searched refs:certinfo (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c66 static struct certinfo *getnewci __P((int, int, int, int, int,
69 static struct certinfo *
74 struct certinfo *res;
98 struct certinfo *ci; in freecertinfo()
100 struct certinfo *next;
123 struct certinfo **res;
128 struct certinfo head, *cur;
206 struct certinfo **res;
215 struct certinfo head, *cur;
385 struct certinfo *res, *p;
Dnetdb_dnssec.h61 struct certinfo { struct
68 struct certinfo *ci_next; /* next structure */ argument
71 extern void freecertinfo __P((struct certinfo *));
72 extern int getcertsbyname __P((char *, struct certinfo **));
Ddnssec.c63 struct certinfo *res = NULL;