Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_argon2i.c242 if (crypto_pwhash_argon2i_str(str_out, passwd, strlen(passwd), OPSLIMIT, in str_tests()
246 if (crypto_pwhash_argon2i_str(str_out2, passwd, strlen(passwd), OPSLIMIT, in str_tests()
285 if (crypto_pwhash_argon2i_str(str_out2, passwd, 0x100000000ULL, OPSLIMIT, in str_tests()
289 if (crypto_pwhash_argon2i_str(str_out2, passwd, strlen(passwd), 1, MEMLIMIT) != in str_tests()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash_argon2i.h101 int crypto_pwhash_argon2i_str(char out[crypto_pwhash_argon2i_STRBYTES],
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c163 return crypto_pwhash_argon2i_str(out, passwd, passwdlen, in crypto_pwhash_str_alg()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2i.c182 crypto_pwhash_argon2i_str(char out[crypto_pwhash_argon2i_STRBYTES], in crypto_pwhash_argon2i_str() function