Home
last modified time | relevance | path

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 Dcrypto_pwhash_argon2id.h108 int crypto_pwhash_argon2id_str_verify(const char str[crypto_pwhash_argon2id_STRBYTES],
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c180 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 Dpwhash_argon2id.c209 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 Dpwhash_argon2id.c284 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 Dpwhash_argon2i.c381 assert(crypto_pwhash_argon2id_str_verify(str_out, "test", 4) == 0); in str_tests()