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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 25 #define crypto_pwhash_ALG_DEFAULT crypto_pwhash_ALG_ARGON2ID13
27 int crypto_pwhash_alg_default(void);
100 * The crypto_pwhash_* definitions, including crypto_pwhash_ALG_DEFAULT,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 21 crypto_pwhash_alg_default(void) function in typeref:typename:int
23 return crypto_pwhash_ALG_DEFAULT;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 96 crypto_pwhash_alg_default()) != 0) {
148 crypto_pwhash_alg_default()) != 0) {
478 assert(crypto_pwhash_alg_argon2i13() != crypto_pwhash_alg_default());
481 assert(crypto_pwhash_alg_argon2id13() == crypto_pwhash_alg_default());

Completed in 110 milliseconds