Searched defs:getnewci (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c66 static struct certinfo *getnewci __P((int, int, int, int, int,
70 getnewci(qtype, keytag, algorithm, flags, certlen, cert) function
179 cur->ci_next = getnewci(type, keytag, algorithm,
183 printf("getnewci: %s", strerror(errno));
318 cur->ci_next = getnewci(qtype, keytag, algorithm,
322 printf("getnewci: %s", strerror(errno));

Completed in 41 milliseconds