Home
last modified time | relevance | path

Searched refs:crypto_pwhash_scryptsalsa208sha256_str (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt.c312 if (crypto_pwhash_scryptsalsa208sha256_str(str_out, passwd, strlen(passwd), in str_tests()
316 if (crypto_pwhash_scryptsalsa208sha256_str(str_out2, passwd, strlen(passwd), in str_tests()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_scryptsalsa208sha256.h90 int crypto_pwhash_scryptsalsa208sha256_str(char out[crypto_pwhash_scryptsalsa208sha256_STRBYTES],
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c186 crypto_pwhash_scryptsalsa208sha256_str( in crypto_pwhash_scryptsalsa208sha256_str() function
/freebsd/sys/contrib/libsodium/
H A DChangeLog366 the prefix produced by crypto_pwhash_scryptsalsa208sha256_str()