Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h122 int crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES],
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c157 crypto_pwhash_str_alg(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str_alg() function
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c364 assert(crypto_pwhash_str_alg(str_out, "test", 4, OPSLIMIT, MEMLIMIT, in str_tests()
379 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()
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()
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog75 `crypto_pwhash_str_alg()` function.