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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 21 #define crypto_pwhash_ALG_ARGON2ID13 crypto_pwhash_argon2id_ALG_ARGON2ID13
23 int crypto_pwhash_alg_argon2id13(void);
25 #define crypto_pwhash_ALG_DEFAULT crypto_pwhash_ALG_ARGON2ID13
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 15 crypto_pwhash_alg_argon2id13(void) function in typeref:typename:int
17 return crypto_pwhash_ALG_ARGON2ID13;
138 case crypto_pwhash_ALG_ARGON2ID13:
165 case crypto_pwhash_ALG_ARGON2ID13:
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 363 crypto_pwhash_ALG_ARGON2ID13) == 0);
475 assert(crypto_pwhash_alg_argon2id13() ==
479 assert(crypto_pwhash_alg_argon2id13() == crypto_pwhash_ALG_ARGON2ID13);
480 assert(crypto_pwhash_alg_argon2id13() != crypto_pwhash_alg_argon2i13());
481 assert(crypto_pwhash_alg_argon2id13() == crypto_pwhash_alg_default());
498 crypto_pwhash_ALG_ARGON2ID13) == -1);
pwhash_argon2i.c 185 OPSLIMIT, MEMLIMIT, crypto_pwhash_alg_argon2id13()) == -1);
379 crypto_pwhash_ALG_ARGON2ID13) == 0);

Completed in 15 milliseconds