HomeSort by relevance Sort by last modified time
    Searched full:getnewci (Results 1 - 1 of 1) sorted by null

  /external/ipsec-tools/src/racoon/
getcertsbyname.c 66 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 66 milliseconds