OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_kdf_contextbytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kdf/
crypto_kdf.c
24
crypto_kdf_contextbytes
(void)
function in typeref:typename:size_t
26
return
crypto_kdf_CONTEXTBYTES
;
38
const char ctx[
crypto_kdf_CONTEXTBYTES
],
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kdf.h
25
#define
crypto_kdf_CONTEXTBYTES
crypto_kdf_blake2b_CONTEXTBYTES
27
size_t
crypto_kdf_contextbytes
(void);
41
const char ctx[
crypto_kdf_CONTEXTBYTES
],
/src/sys/external/isc/libsodium/dist/test/default/
kdf.c
15
context = (char *) sodium_malloc(
crypto_kdf_CONTEXTBYTES
);
49
assert(
crypto_kdf_CONTEXTBYTES
> 0);
50
assert(
crypto_kdf_contextbytes
() ==
crypto_kdf_CONTEXTBYTES
);
55
assert(
crypto_kdf_contextbytes
() == crypto_kdf_blake2b_contextbytes());
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025