OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhpub_p
(Results
1 - 7
of
7
) sorted by null
/external/ipsec-tools/src/racoon/
handler.h
151
vchar_t *
dhpub_p
; /* DH; partner's public value */
member in struct:ph1handle
296
vchar_t *
dhpub_p
; /* DH; partner's public value */
member in struct:ph2handle
isakmp_agg.c
401
if (isakmp_p2ph(&iph1->
dhpub_p
, pa->ptr) < 0)
475
if (iph1->
dhpub_p
== NULL || iph1->nonce_p == NULL) {
543
iph1->dhpriv, iph1->
dhpub_p
, &iph1->dhgxy) < 0)
589
VPTRINIT(iph1->
dhpub_p
);
824
if (isakmp_p2ph(&iph1->
dhpub_p
, pa->ptr) < 0)
867
if (iph1->
dhpub_p
== NULL || iph1->nonce_p == NULL) {
913
VPTRINIT(iph1->
dhpub_p
);
989
iph1->dhpriv, iph1->
dhpub_p
, &iph1->dhgxy) < 0)
[
all
...]
isakmp_quick.c
421
if (isakmp_p2ph(&iph2->
dhpub_p
, pa->ptr) < 0)
540
VPTRINIT(iph2->
dhpub_p
);
923
iph2->
dhpub_p
= NULL;
961
if (isakmp_p2ph(&iph2->
dhpub_p
, pa->ptr) < 0)
1101
if (iph2->
dhpub_p
!= NULL && iph2->approval->pfs_group == 0) {
1107
if (iph2->
dhpub_p
== NULL && iph2->approval->pfs_group != 0) {
1136
VPTRINIT(iph2->
dhpub_p
);
1221
if (iph2->
dhpub_p
!= NULL && pfsgroup != 0) {
1238
if (iph2->
dhpub_p
!= NULL && pfsgroup != 0)
1258
(iph2->
dhpub_p
!= NULL && pfsgroup != 0
[
all
...]
isakmp_ident.c
456
if (isakmp_p2ph(&iph1->
dhpub_p
, pa->ptr) < 0)
530
if (iph1->
dhpub_p
== NULL || iph1->nonce_p == NULL) {
553
VPTRINIT(iph1->
dhpub_p
);
591
iph1->dhpriv, iph1->
dhpub_p
, &iph1->dhgxy) < 0)
1150
if (isakmp_p2ph(&iph1->
dhpub_p
, pa->ptr) < 0)
1221
if (iph1->
dhpub_p
== NULL || iph1->nonce_p == NULL) {
1240
VPTRINIT(iph1->
dhpub_p
);
1308
iph1->dhpriv, iph1->
dhpub_p
, &iph1->dhgxy) < 0)
[
all
...]
isakmp_base.c
615
if (isakmp_p2ph(&iph1->
dhpub_p
, pa->ptr) < 0)
700
iph1->dhpriv, iph1->
dhpub_p
, &iph1->dhgxy) < 0)
744
VPTRINIT(iph1->
dhpub_p
);
1105
if (isakmp_p2ph(&iph1->
dhpub_p
, pa->ptr) < 0)
1167
iph1->dhpriv, iph1->
dhpub_p
, &iph1->dhgxy) < 0)
1206
VPTRINIT(iph1->
dhpub_p
);
[
all
...]
oakley.c
443
if (iph2->approval->pfs_group && iph2->
dhpub_p
) {
445
iph2->dhpriv, iph2->
dhpub_p
, &iph2->dhgxy) < 0)
858
+ iph1->
dhpub_p
->l
888
bp = (sw == GENERATE ? iph1->dhpub : iph1->
dhpub_p
);
892
bp = (sw == GENERATE ? iph1->
dhpub_p
: iph1->dhpub);
1055
len = (sw == GENERATE ? iph1->dhpub->l : iph1->
dhpub_p
->l)
1067
bp = (sw == GENERATE ? iph1->dhpub : iph1->
dhpub_p
);
1175
len = (sw == GENERATE ? iph1->
dhpub_p
->l : iph1->dhpub->l)
1176
+ (sw == GENERATE ? iph1->dhpub->l : iph1->
dhpub_p
->l)
1189
bp = (sw == GENERATE ? iph1->
dhpub_p
: iph1->dhpub)
[
all
...]
handler.c
337
VPTRINIT(iph1->
dhpub_p
);
632
VPTRINIT(iph2->
dhpub_p
);
Completed in 45 milliseconds