OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_peer_pubk
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/keyexch/
x25519.c
124
EVP_PKEY *
remote_peer_pubk
= NULL;
local
130
remote_peer_pubk
= EVP_PKEY_new_raw_public_key_ex(libctx, "X25519", propq,
132
if (
remote_peer_pubk
== NULL) {
151
if (EVP_PKEY_derive_set_peer(ctx,
remote_peer_pubk
) == 0) {
194
EVP_PKEY_free(
remote_peer_pubk
);
/src/crypto/external/bsd/openssl/dist/demos/keyexch/
x25519.c
124
EVP_PKEY *
remote_peer_pubk
= NULL;
local
130
remote_peer_pubk
=
133
if (
remote_peer_pubk
== NULL) {
152
if (EVP_PKEY_derive_set_peer(ctx,
remote_peer_pubk
) == 0) {
194
EVP_PKEY_free(
remote_peer_pubk
);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026