OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppubkey
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/exchange/
ecdh_exch.c
466
const EC_POINT *
ppubkey
= NULL;
local
548
ppubkey
= EC_KEY_get0_public_key(pecdhctx->peerk);
550
retlen = ECDH_compute_key(secret, size,
ppubkey
, privk, NULL);
/src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
ecdh_exch.c
435
const EC_POINT *
ppubkey
= NULL;
local
490
ppubkey
= EC_KEY_get0_public_key(pecdhctx->peerk);
492
retlen = ECDH_compute_key(secret, size,
ppubkey
, privk, NULL);
/src/crypto/external/bsd/openssl/dist/test/
tls-provider.c
670
void *pprivkey = privkey, *
ppubkey
= pubkey;
local
686
&& !OSSL_PARAM_get_octet_string(param_pub_key, &
ppubkey
,
/src/crypto/external/apache2/openssl/dist/test/
tls-provider.c
1003
void *pprivkey = privkey, *
ppubkey
= pubkey;
local
1019
&& !OSSL_PARAM_get_octet_string(param_pub_key, &
ppubkey
,
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026