OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pub2
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/dist/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
2246
vchar_t *
pub2
, vchar_t **key)
2256
if (eay_v2bn(&dh_pub,
pub2
) < 0)
2270
DH_set_length(dh,
pub2
->l * 8);
/src/crypto/external/apache2/openssl/dist/test/
ectest.c
3206
unsigned char *pub1 = NULL, *
pub2
= NULL;
local
3352
/* retrieve bytes for
pub2
for later */
3358
|| !TEST_ptr(
pub2
= OPENSSL_malloc(bsize))
3361
pub2
, bsize, ctx),
3417
pub2
, bsize))
3463
OPENSSL_free(
pub2
);
/src/crypto/external/bsd/openssl/dist/test/
ectest.c
2712
unsigned char *pub1 = NULL , *
pub2
= NULL;
local
2852
/* retrieve bytes for
pub2
for later */
2857
|| !TEST_ptr(
pub2
= OPENSSL_malloc(bsize))
2860
pub2
, bsize, ctx), bsize))
2915
pub2
, bsize))
2958
OPENSSL_free(
pub2
);
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026