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_primitive
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/crypto/sodium/
crypto_kx.h
32
#define
crypto_kx_PRIMITIVE
"x25519blake2b"
34
const char *
crypto_kx_primitive
(void);
97
#define
crypto_kx_PRIMITIVE
"x25519blake2b"
99
const char *
crypto_kx_primitive
(void);
162
#define
crypto_kx_PRIMITIVE
"x25519blake2b"
164
const char *
crypto_kx_primitive
(void);
227
#define
crypto_kx_PRIMITIVE
"x25519blake2b"
229
const char *
crypto_kx_primitive
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kx.h
31
#define
crypto_kx_PRIMITIVE
"x25519blake2b"
33
const char *
crypto_kx_primitive
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
crypto_kx.c
140
crypto_kx_primitive
(void)
function in typeref:typename:const char *
142
return
crypto_kx_PRIMITIVE
;
/src/sys/external/isc/libsodium/dist/test/default/
kx.c
134
assert(strcmp(
crypto_kx_primitive
(),
crypto_kx_PRIMITIVE
) == 0);
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025