Home
last modified time | relevance | path

Searched defs:crypto_kdf_blake2b_CONTEXTBYTES (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_kdf_blake2b.h25 #define crypto_kdf_blake2b_CONTEXTBYTES 8 macro
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kdf/blake2b/
H A Dkdf_blake2b.c33 const char ctx[crypto_kdf_blake2b_CONTEXTBYTES], in crypto_kdf_blake2b_derive_from_key()