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 700 iph1->pl_hash = NULL;
712 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
1364 iph1->pl_hash = NULL;
1378 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 194 struct isakmp_pl_hash *pl_hash; /* pointer to hash payload */ member in struct:ph1handle
isakmp_agg.c 364 iph1->pl_hash = NULL;
397 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
1316 iph1->pl_hash = NULL;
1324 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
    [all...]
isakmp_base.c 616 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
1086 iph1->pl_hash = NULL;
1098 iph1->pl_hash = (struct isakmp_pl_hash *)pa->ptr;
    [all...]
oakley.c 1312 if (iph1->id_p == NULL || iph1->pl_hash == NULL) {
1328 r_hash = (caddr_t)(iph1->pl_hash + 1);
1332 ntohs(iph1->pl_hash->h.len) - sizeof(*iph1->pl_hash));
    [all...]

Completed in 19 milliseconds