Home
last modified time | relevance | path

Searched refs:crypto_pwhash_argon2id_PASSWD_MAX (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c47 COMPILER_ASSERT(crypto_pwhash_argon2id_PASSWD_MAX <= ARGON2_MAX_PWD_LENGTH); in crypto_pwhash_argon2id_passwd_max()
48 return crypto_pwhash_argon2id_PASSWD_MAX; in crypto_pwhash_argon2id_passwd_max()
150 if (passwdlen > crypto_pwhash_argon2id_PASSWD_MAX || in crypto_pwhash_argon2id()
186 if (passwdlen > crypto_pwhash_argon2id_PASSWD_MAX || in crypto_pwhash_argon2id_str()
215 if (passwdlen > crypto_pwhash_argon2id_PASSWD_MAX) { in crypto_pwhash_argon2id_str_verify()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2id.h33 #define crypto_pwhash_argon2id_PASSWD_MAX 4294967295U macro
H A Dcrypto_pwhash.h41 #define crypto_pwhash_PASSWD_MAX crypto_pwhash_argon2id_PASSWD_MAX