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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 138 #define crypto_pwhash_PRIMITIVE "argon2i"
140 const char *crypto_pwhash_primitive(void)
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 209 crypto_pwhash_primitive(void) { function in typeref:typename:const char *
210 return crypto_pwhash_PRIMITIVE;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 421 assert(strcmp(crypto_pwhash_primitive(), "argon2i") == 0);

Completed in 20 milliseconds