OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pub2
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
eaytest.c
931
vchar_t p2, *
pub2
, *priv2, *gxy2;
local
950
if (eay_dh_generate(&p2, 2, 96, &
pub2
, &priv2) < 0) {
955
printf("public key for user 2 = \n"); PVDUMP(
pub2
);
960
eay_dh_compute(&p1, 2, pub1, priv1,
pub2
, &gxy1);
966
eay_dh_compute(&p2, 2,
pub2
, priv2, pub1, &gxy2);
975
vfree(
pub2
);
crypto_openssl.c
[
all
...]
/external/ppp/pppd/plugins/
winbind.c
208
*From SQUID: adopted from http://ftp.sunet.se/
pub2
/gnu/vm/base64-encode.c with adjustments
Completed in 1167 milliseconds