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_seedbytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/crypto/sodium/
crypto_kx.h
24
#define
crypto_kx_SEEDBYTES
32
26
size_t
crypto_kx_seedbytes
(void);
39
const unsigned char seed[
crypto_kx_SEEDBYTES
]);
89
#define
crypto_kx_SEEDBYTES
32
91
size_t
crypto_kx_seedbytes
(void);
104
const unsigned char seed[
crypto_kx_SEEDBYTES
]);
154
#define
crypto_kx_SEEDBYTES
32
156
size_t
crypto_kx_seedbytes
(void);
169
const unsigned char seed[
crypto_kx_SEEDBYTES
]);
219
#define
crypto_kx_SEEDBYTES
3
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kx.h
23
#define
crypto_kx_SEEDBYTES
32
25
size_t
crypto_kx_seedbytes
(void);
38
const unsigned char seed[
crypto_kx_SEEDBYTES
]);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
crypto_kx.c
15
const unsigned char seed[
crypto_kx_SEEDBYTES
])
18
seed,
crypto_kx_SEEDBYTES
, NULL, 0);
128
crypto_kx_seedbytes
(void)
function in typeref:typename:size_t
130
return
crypto_kx_SEEDBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
kx.c
22
seed = (unsigned char *) sodium_malloc(
crypto_kx_SEEDBYTES
);
23
for (i = 0; i <
crypto_kx_SEEDBYTES
; i++) {
86
sodium_increment(seed,
crypto_kx_SEEDBYTES
);
137
assert(
crypto_kx_seedbytes
() ==
crypto_kx_SEEDBYTES
);
Completed in 14 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025