HomeSort by relevance Sort by last modified time
    Searched full: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/chromium/chrome/browser/
enumerate_modules_model_win.cc 708 CERT_INFO CertInfo = {0};
710 CertInfo.Issuer = signer_info->Issuer;
711 CertInfo.SerialNumber = signer_info->SerialNumber;
718 &CertInfo,
    [all...]

Completed in 188 milliseconds