OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eay_dh_compute
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
crypto_openssl.h
213
extern int
eay_dh_compute
__P((vchar_t *, u_int32_t, vchar_t *, vchar_t *, vchar_t *, vchar_t **));
eaytest.c
961
eay_dh_compute
(&p1, 2, pub1, priv1, pub2, &gxy1);
967
eay_dh_compute
(&p2, 2, pub2, priv2, pub1, &gxy2);
crypto_openssl.c
2500
eay_dh_compute
(prime, g, pub, priv, pub2, key)
function
[
all
...]
oakley.c
291
if (
eay_dh_compute
(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) {
[
all
...]
Completed in 25 milliseconds