Searched refs:crypto_pwhash_argon2id_str_verify (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_pwhash_argon2id.h | 108 int crypto_pwhash_argon2id_str_verify(const char str[crypto_pwhash_argon2id_STRBYTES],
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/ |
H A D | crypto_pwhash.c | 180 return crypto_pwhash_argon2id_str_verify(str, passwd, passwdlen); in crypto_pwhash_str_verify()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | pwhash_argon2id.c | 209 crypto_pwhash_argon2id_str_verify(const char str[crypto_pwhash_argon2id_STRBYTES], in crypto_pwhash_argon2id_str_verify() function
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | pwhash_argon2id.c | 284 if (crypto_pwhash_argon2id_str_verify(str_out, passwd, strlen(passwd)) != 0) { in str_tests() 364 assert(crypto_pwhash_argon2id_str_verify(str_out, "test", 4) == 0); in str_tests()
|
H A D | pwhash_argon2i.c | 381 assert(crypto_pwhash_argon2id_str_verify(str_out, "test", 4) == 0); in str_tests()
|