Searched refs:crypto_pwhash_str_alg (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/external/isc/libsodium/dist/test/default/ |
H A D | pwhash_argon2i.c | 363 assert(crypto_pwhash_str_alg(str_out, "test", 4, OPSLIMIT, MEMLIMIT, in str_tests() 378 assert(crypto_pwhash_str_alg(str_out, "test", 4, OPSLIMIT, MEMLIMIT, in str_tests()
|
H A D | pwhash_argon2id.c | 362 assert(crypto_pwhash_str_alg(str_out, "test", 4, OPSLIMIT, MEMLIMIT, in str_tests() 377 assert(crypto_pwhash_str_alg(str_out, "test", 4, OPSLIMIT, MEMLIMIT, in str_tests()
|
H A D | misuse.c | 48 assert(crypto_pwhash_str_alg(NULL, "", 0U, 1U, 1U, -1) == -1); in sigabrt_handler_12()
|
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
H A D | crypto_pwhash.h | 122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
|
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/ |
H A D | crypto_pwhash.c | 157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() function
|
/netbsd/external/bsd/openldap/dist/servers/slapd/pwmods/ |
H A D | argon2.c | 139 if ( crypto_pwhash_str_alg( p, passwd->bv_val, passwd->bv_len, in slapd_argon2_hash()
|
/netbsd/sys/external/isc/libsodium/dist/ |
H A D | ChangeLog | 75 `crypto_pwhash_str_alg()` function.
|
/netbsd/external/bsd/openldap/dist/ |
H A D | configure.ac | 3071 AC_CHECK_LIB(sodium, crypto_pwhash_str_alg,
|
H A D | configure | 25739 char crypto_pwhash_str_alg (); 25743 return crypto_pwhash_str_alg ();
|