OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pub1
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/racoon/
eaytest.c
930
vchar_t p1, *
pub1
, *priv1, *gxy1;
local
943
if (eay_dh_generate(&p1, 2, 96, &
pub1
, &priv1) < 0) {
948
printf("public key for user 1 = \n"); PVDUMP(
pub1
);
960
eay_dh_compute(&p1, 2,
pub1
, priv1, pub2, &gxy1);
966
eay_dh_compute(&p2, 2, pub2, priv2,
pub1
, &gxy2);
974
vfree(
pub1
);
Completed in 1193 milliseconds