Searched refs:dhpub_p (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dhandler.h124 vchar_t *dhpub_p; /* DH; partner's public value */ member in struct:ph1handle
254 vchar_t *dhpub_p; /* DH; partner's public value */ member in struct:ph2handle
H A Disakmp_quick.c417 if (isakmp_p2ph(&iph2->dhpub_p, pa->ptr) < 0)
527 VPTRINIT(iph2->dhpub_p);
905 iph2->dhpub_p = NULL;
943 if (isakmp_p2ph(&iph2->dhpub_p, pa->ptr) < 0)
1074 if (iph2->dhpub_p != NULL && iph2->approval->pfs_group == 0) {
1080 if (iph2->dhpub_p == NULL && iph2->approval->pfs_group != 0) {
1109 VPTRINIT(iph2->dhpub_p);
1194 if (iph2->dhpub_p != NULL && pfsgroup != 0) {
1211 if (iph2->dhpub_p != NULL && pfsgroup != 0)
1231 (iph2->dhpub_p !
[all...]
H A Disakmp_ident.c360 if (isakmp_p2ph(&iph1->dhpub_p, pa->ptr) < 0)
394 if (iph1->dhpub_p == NULL || iph1->nonce_p == NULL) {
415 VPTRINIT(iph1->dhpub_p);
453 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
926 if (isakmp_p2ph(&iph1->dhpub_p, pa->ptr) < 0)
959 if (iph1->dhpub_p == NULL || iph1->nonce_p == NULL) {
978 VPTRINIT(iph1->dhpub_p);
1046 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
H A Disakmp_agg.c302 if (isakmp_p2ph(&iph1->dhpub_p, pa->ptr) < 0)
379 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
424 VPTRINIT(iph1->dhpub_p);
652 if (isakmp_p2ph(&iph1->dhpub_p, pa->ptr) < 0)
721 VPTRINIT(iph1->dhpub_p);
784 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
H A Disakmp_base.c470 if (isakmp_p2ph(&iph1->dhpub_p, pa->ptr) < 0)
516 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
549 VPTRINIT(iph1->dhpub_p);
817 if (isakmp_p2ph(&iph1->dhpub_p, pa->ptr) < 0)
853 iph1->dhpriv, iph1->dhpub_p, &iph1->dhgxy) < 0)
884 VPTRINIT(iph1->dhpub_p);
H A Doakley.c378 if (iph2->approval->pfs_group && iph2->dhpub_p) {
380 iph2->dhpriv, iph2->dhpub_p, &iph2->dhgxy) < 0)
786 + iph1->dhpub_p->l
816 bp = (sw == GENERATE ? iph1->dhpub : iph1->dhpub_p);
820 bp = (sw == GENERATE ? iph1->dhpub_p : iph1->dhpub);
962 len = (sw == GENERATE ? iph1->dhpub->l : iph1->dhpub_p->l)
974 bp = (sw == GENERATE ? iph1->dhpub : iph1->dhpub_p);
1066 len = (sw == GENERATE ? iph1->dhpub_p->l : iph1->dhpub->l)
1067 + (sw == GENERATE ? iph1->dhpub->l : iph1->dhpub_p->l)
1080 bp = (sw == GENERATE ? iph1->dhpub_p
[all...]
H A Dhandler.c227 VPTRINIT(iph1->dhpub_p);
474 VPTRINIT(iph2->dhpub_p);

Completed in 113 milliseconds