HomeSort by: relevance | last modified time | path
    Searched refs:cert_p (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
oakley.c 1354 if (iph1->cert_p == NULL) {
1363 switch (oakley_get_certtype(iph1->cert_p)) {
1378 iph1->cert_p,
1403 if (iph1->cert_p != NULL) {
1404 vfree(iph1->cert_p);
1405 iph1->cert_p = NULL;
1408 iph1->cert_p = vdup(iph1->rmconf->peerscert);
1419 if (iph1->cert_p != NULL) {
1420 vfree(iph1->cert_p);
1421 iph1->cert_p = NULL
    [all...]
admin.c 273 if (iph1->cert_p != NULL) {
275 tmp.v = iph1->cert_p->v + 1;
276 tmp.l = iph1->cert_p->l - 1;
handler.h 169 vchar_t *cert_p; /* peer's CERT minus general header */ member in struct:ph1handle
isakmp_agg.c 569 VPTRINIT(iph1->cert_p);
1396 VPTRINIT(iph1->cert_p);
isakmp_base.c 729 VPTRINIT(iph1->cert_p);
1176 VPTRINIT(iph1->cert_p);
isakmp_ident.c 796 VPTRINIT(iph1->cert_p);
1507 VPTRINIT(iph1->cert_p);
handler.c 428 VPTRINIT(iph1->cert_p);

Completed in 48 milliseconds