OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:client_tx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/test/default/
kx.c
16
unsigned char *client_rx, *
client_tx
;
local in function:tv_kx
40
client_tx
= (unsigned char *) sodium_malloc(crypto_kx_SESSIONKEYBYTES);
42
assert(crypto_kx_client_session_keys(client_rx,
client_tx
,
45
if (crypto_kx_client_session_keys(client_rx,
client_tx
,
60
if (memcmp(server_rx,
client_tx
, crypto_kx_SESSIONKEYBYTES) != 0 ||
70
if (memcmp(server_rx,
client_tx
, crypto_kx_SESSIONKEYBYTES) == 0 &&
80
if (memcmp(server_rx,
client_tx
, crypto_kx_SESSIONKEYBYTES) == 0 ||
97
if (crypto_kx_client_session_keys(client_rx,
client_tx
,
103
sodium_bin2hex(hex, sizeof hex,
client_tx
, crypto_kx_SESSIONKEYBYTES);
104
printf("
client_tx
: [%s]\n", hex)
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025