HomeSort by relevance Sort by last modified time
    Searched refs:certinfo (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
netdb_dnssec.h 61 struct certinfo { struct
68 struct certinfo *ci_next; /* next structure */
71 extern void freecertinfo __P((struct certinfo *));
72 extern int getcertsbyname __P((char *, struct certinfo **));
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;
100 struct certinfo *next;
112 * get CERT RR by FQDN and create certinfo structure chain.
123 struct certinfo **res;
128 struct certinfo head, *cur;
178 /* create new certinfo */
206 struct certinfo **res
    [all...]
dnssec.c 63 struct certinfo *res = NULL;
  /external/google-breakpad/src/third_party/curl/
curl.h 1658 struct curl_slist **certinfo; \/* for each index in this array, there's a member in struct:curl_certinfo
    [all...]

Completed in 69 milliseconds