HomeSort by relevance Sort by last modified time
    Searched refs:cert_p (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
oakley.c 1349 if (iph1->cert_p == NULL) {
1365 if (iph1->cert_p != NULL) {
1366 oakley_delcert(iph1->cert_p);
1367 iph1->cert_p = NULL;
    [all...]
handler.h 164 cert_t *cert_p; /* peer's CERT minus general header */ member in struct:ph1handle
isakmp_agg.c 592 oakley_delcert(iph1->cert_p);
593 iph1->cert_p = NULL;
    [all...]
isakmp_base.c 745 oakley_delcert(iph1->cert_p);
746 iph1->cert_p = NULL;
1207 oakley_delcert(iph1->cert_p);
1208 iph1->cert_p = NULL;
    [all...]
isakmp_ident.c 811 oakley_delcert(iph1->cert_p);
812 iph1->cert_p = NULL;
    [all...]
handler.c 351 oakley_delcert(iph1->cert_p);
352 iph1->cert_p = NULL;

Completed in 41 milliseconds