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

  /external/ipsec-tools/src/racoon/
isakmp_ident.c 703 iph1->pl_hash = NULL;
715 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
1374 iph1->pl_hash = NULL;
1386 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
    [all...]
gssapi.c 593 hashbuf.length = ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash);
594 hashbuf.value = (char *)(iph1->pl_hash + 1);
handler.h 190 struct isakmp_pl_hash *pl_hash; /* pointer to hash payload */ member in struct:ph1handle
isakmp_agg.c 380 iph1->pl_hash = NULL;
413 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
    [all...]
isakmp_base.c 619 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
1097 iph1->pl_hash = NULL;
1109 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
    [all...]
oakley.c 1265 if (iph1->id_p == NULL || iph1->pl_hash == NULL) {
1281 r_hash = (caddr_t)(iph1->pl_hash + 1);
1285 ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash));
    [all...]

Completed in 500 milliseconds