OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pub2
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
eaytest.c
932
vchar_t p2, *
pub2
, *priv2, *gxy2;
local
951
if (eay_dh_generate(&p2, 2, 96, &
pub2
, &priv2) < 0) {
956
printf("public key for user 2 = \n"); PVDUMP(
pub2
);
961
eay_dh_compute(&p1, 2, pub1, priv1,
pub2
, &gxy1);
967
eay_dh_compute(&p2, 2,
pub2
, priv2, pub1, &gxy2);
976
vfree(
pub2
);
crypto_openssl.c
[
all
...]
Completed in 3220 milliseconds