Searched refs:certinfo (Results 1 – 4 of 4) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | netdb_dnssec.h | 61 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 **));
|
D | getcertsbyname.c | 66 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;
|
D | dnssec.c | 63 struct certinfo *res = NULL;
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 1658 struct curl_slist **certinfo; /* for each index in this array, there's a member
|