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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_pwhash.h 37 #define crypto_pwhash_PASSWD_MIN crypto_pwhash_argon2id_PASSWD_MIN
39 size_t crypto_pwhash_passwd_min(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
crypto_pwhash.c 39 crypto_pwhash_passwd_min(void) function in typeref:typename:size_t
41 return crypto_pwhash_PASSWD_MIN;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.c 406 assert(crypto_pwhash_passwd_max() > crypto_pwhash_passwd_min());
425 assert(crypto_pwhash_passwd_min() == crypto_pwhash_PASSWD_MIN);
449 assert(crypto_pwhash_argon2id_passwd_min() == crypto_pwhash_passwd_min());

Completed in 15 milliseconds