OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_kx_publickeybytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/crypto/sodium/
crypto_kx.h
16
#define
crypto_kx_PUBLICKEYBYTES
32
18
size_t
crypto_kx_publickeybytes
(void);
37
int crypto_kx_seed_keypair(unsigned char pk[
crypto_kx_PUBLICKEYBYTES
],
42
int crypto_kx_keypair(unsigned char pk[
crypto_kx_PUBLICKEYBYTES
],
48
const unsigned char client_pk[
crypto_kx_PUBLICKEYBYTES
],
50
const unsigned char server_pk[
crypto_kx_PUBLICKEYBYTES
])
56
const unsigned char server_pk[
crypto_kx_PUBLICKEYBYTES
],
58
const unsigned char client_pk[
crypto_kx_PUBLICKEYBYTES
])
81
#define
crypto_kx_PUBLICKEYBYTES
32
83
size_t
crypto_kx_publickeybytes
(void)
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kx.h
15
#define
crypto_kx_PUBLICKEYBYTES
32
17
size_t
crypto_kx_publickeybytes
(void);
36
int crypto_kx_seed_keypair(unsigned char pk[
crypto_kx_PUBLICKEYBYTES
],
41
int crypto_kx_keypair(unsigned char pk[
crypto_kx_PUBLICKEYBYTES
],
47
const unsigned char client_pk[
crypto_kx_PUBLICKEYBYTES
],
49
const unsigned char server_pk[
crypto_kx_PUBLICKEYBYTES
])
55
const unsigned char server_pk[
crypto_kx_PUBLICKEYBYTES
],
57
const unsigned char client_pk[
crypto_kx_PUBLICKEYBYTES
])
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
crypto_kx.c
13
crypto_kx_seed_keypair(unsigned char pk[
crypto_kx_PUBLICKEYBYTES
],
23
crypto_kx_keypair(unsigned char pk[
crypto_kx_PUBLICKEYBYTES
],
27
COMPILER_ASSERT(
crypto_kx_PUBLICKEYBYTES
== crypto_scalarmult_BYTES);
36
const unsigned char client_pk[
crypto_kx_PUBLICKEYBYTES
],
38
const unsigned char server_pk[
crypto_kx_PUBLICKEYBYTES
])
61
crypto_generichash_update(&h, client_pk,
crypto_kx_PUBLICKEYBYTES
);
62
crypto_generichash_update(&h, server_pk,
crypto_kx_PUBLICKEYBYTES
);
77
const unsigned char server_pk[
crypto_kx_PUBLICKEYBYTES
],
79
const unsigned char client_pk[
crypto_kx_PUBLICKEYBYTES
])
102
crypto_generichash_update(&h, client_pk,
crypto_kx_PUBLICKEYBYTES
);
116
crypto_kx_publickeybytes
(void)
function in typeref:typename:size_t
[
all
...]
/src/sys/external/isc/libsodium/dist/test/default/
kx.c
26
client_pk = (unsigned char *) sodium_malloc(
crypto_kx_PUBLICKEYBYTES
);
30
sodium_bin2hex(hex, sizeof hex, client_pk,
crypto_kx_PUBLICKEYBYTES
);
35
server_pk = (unsigned char *) sodium_malloc(
crypto_kx_PUBLICKEYBYTES
);
65
sodium_increment(client_pk,
crypto_kx_PUBLICKEYBYTES
);
135
assert(
crypto_kx_publickeybytes
() ==
crypto_kx_PUBLICKEYBYTES
);
Completed in 12 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025