Home
last modified time | relevance | path

Searched refs:crypto_pwhash_str_alg (Results 1 – 9 of 9) sorted by relevance

/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Dpwhash_argon2i.c363 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 Dpwhash_argon2id.c362 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 Dmisuse.c48 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 Dcrypto_pwhash.h122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c157 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 Dargon2.c139 if ( crypto_pwhash_str_alg( p, passwd->bv_val, passwd->bv_len, in slapd_argon2_hash()
/netbsd/sys/external/isc/libsodium/dist/
H A DChangeLog75 `crypto_pwhash_str_alg()` function.
/netbsd/external/bsd/openldap/dist/
H A Dconfigure.ac3071 AC_CHECK_LIB(sodium, crypto_pwhash_str_alg,
H A Dconfigure25739 char crypto_pwhash_str_alg ();
25743 return crypto_pwhash_str_alg ();