OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_core_ed25519_uniformbytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_core_ed25519.h
15
#define
crypto_core_ed25519_UNIFORMBYTES
32
17
size_t
crypto_core_ed25519_uniformbytes
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/
core_ed25519.c
76
crypto_core_ed25519_uniformbytes
(void)
function in typeref:typename:size_t
78
return
crypto_core_ed25519_UNIFORMBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
core_ed25519.c
45
h = (unsigned char *) sodium_malloc(
crypto_core_ed25519_UNIFORMBYTES
);
48
randombytes_buf(h,
crypto_core_ed25519_UNIFORMBYTES
);
59
randombytes_buf(h,
crypto_core_ed25519_UNIFORMBYTES
);
145
assert(
crypto_core_ed25519_UNIFORMBYTES
==
crypto_core_ed25519_uniformbytes
());
146
assert(
crypto_core_ed25519_UNIFORMBYTES
>= crypto_core_ed25519_BYTES);
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025