HomeSort by: relevance | last modified time | path
    Searched refs:crypto_kdf_PRIMITIVE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_kdf/
crypto_kdf.c 6 crypto_kdf_primitive(void) function in typeref:typename:const char *
8 return crypto_kdf_PRIMITIVE;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_kdf.h 33 #define crypto_kdf_PRIMITIVE "blake2b"
35 const char *crypto_kdf_primitive(void)
  /src/sys/external/isc/libsodium/dist/test/default/
kdf.c 44 assert(strcmp(crypto_kdf_primitive(), crypto_kdf_PRIMITIVE) == 0);

Completed in 13 milliseconds