Home | History | Annotate | Download | only in racoon

Lines Matching refs:cert_p

1349 			if (iph1->cert_p == NULL) {
1365 if (iph1->cert_p != NULL) {
1366 oakley_delcert(iph1->cert_p);
1367 iph1->cert_p = NULL;
1395 if (iph1->cert_p != NULL) {
1396 oakley_delcert(iph1->cert_p);
1397 iph1->cert_p = NULL;
1400 iph1->cert_p = dnssec_getcert(iph1->id_p);
1401 if (iph1->cert_p == NULL) {
1428 certtype = iph1->cert_p->type;
1448 error = eay_check_x509cert(&iph1->cert_p->cert,
1501 certtype = iph1->cert_p->type;
1513 &iph1->cert_p->cert);
1684 certpl = &iph1->cert_p;
1921 if (iph1->id_p == NULL || iph1->cert_p == NULL) {
1931 name = eay_get_x509asn1subjectname(&iph1->cert_p->cert);
1966 if (eay_get_x509subjectaltname(&iph1->cert_p->cert,
2032 if (eay_get_x509subjectaltname(&iph1->cert_p->cert,
2144 c = &iph1->cert_p;