Home
last modified time | relevance | path

Searched refs:crypto_pwhash_str (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/lib/
H A Dsodium_compat.php33 public static function crypto_pwhash_str($password) { function in Hm_Sodium_PECL
34 return \Sodium\crypto_pwhash_str($password, \Sodium\CRYPTO_PWHASH_OPSLIMIT_INTERACTIVE,
68 public static function crypto_pwhash_str($password) { function in Hm_Sodium_PHP
H A Dcrypt_sodium.php71 return Hm_Sodium_Compat::crypto_pwhash_str($password);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dpwhash_argon2id.c238 if (crypto_pwhash_str(str_out, passwd, strlen(passwd), OPSLIMIT, in str_tests()
242 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), OPSLIMIT, in str_tests()
297 if (crypto_pwhash_str(str_out2, passwd, 0x100000000ULL, OPSLIMIT, in str_tests()
301 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 1, MEMLIMIT) != 0) { in str_tests()
304 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 0, MEMLIMIT) != -1) { in str_tests()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dpwhash_argon2id.c238 if (crypto_pwhash_str(str_out, passwd, strlen(passwd), OPSLIMIT, in str_tests()
242 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), OPSLIMIT, in str_tests()
297 if (crypto_pwhash_str(str_out2, passwd, 0x100000000ULL, OPSLIMIT, in str_tests()
301 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 1, MEMLIMIT) != 0) { in str_tests()
304 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 0, MEMLIMIT) != -1) { in str_tests()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dpwhash_argon2id.c238 if (crypto_pwhash_str(str_out, passwd, strlen(passwd), OPSLIMIT, in str_tests()
242 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), OPSLIMIT, in str_tests()
297 if (crypto_pwhash_str(str_out2, passwd, 0x100000000ULL, OPSLIMIT, in str_tests()
301 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 1, MEMLIMIT) != 0) { in str_tests()
304 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 0, MEMLIMIT) != -1) { in str_tests()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dpwhash_argon2id.c238 if (crypto_pwhash_str(str_out, passwd, strlen(passwd), OPSLIMIT, in str_tests()
242 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), OPSLIMIT, in str_tests()
297 if (crypto_pwhash_str(str_out2, passwd, 0x100000000ULL, OPSLIMIT, in str_tests()
301 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 1, MEMLIMIT) != 0) { in str_tests()
304 if (crypto_pwhash_str(str_out2, passwd, strlen(passwd), 0, MEMLIMIT) != -1) { in str_tests()
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_sodium.c105 if (crypto_pwhash_str(key, pass, strlen(pass), in remmina_sodium_pwhash_str()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/
H A DArgon2iPasswordEncoder.php99 $hash = \Sodium\crypto_pwhash_str(
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/
H A DArgon2iPasswordEncoder.php99 $hash = \Sodium\crypto_pwhash_str(
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() function
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() function
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c148 crypto_pwhash_str(char out[crypto_pwhash_STRBYTES], in crypto_pwhash_str() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_pwhash.h116 int crypto_pwhash_str(char out[crypto_pwhash_STRBYTES],
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sodium_compat/lib/
H A Dsodium_compat.php426 function crypto_pwhash_str($passwd, $opslimit, $memlimit) function
428 return ParagonIE_Sodium_Compat::crypto_pwhash_str($passwd, $opslimit, $memlimit);
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sodium_compat/lib/
H A Dsodium_compat.php426 function crypto_pwhash_str($passwd, $opslimit, $memlimit) function
428 return ParagonIE_Sodium_Compat::crypto_pwhash_str($passwd, $opslimit, $memlimit);
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/paragonie/sodium_compat/lib/
H A Dsodium_compat.php432 function crypto_pwhash_str($passwd, $opslimit, $memlimit) function
434 return ParagonIE_Sodium_Compat::crypto_pwhash_str($passwd, $opslimit, $memlimit);
/dports/graphics/drawpile/Drawpile-2.1.20/src/libshared/util/
H A Dpasswordhash.cpp166 if(crypto_pwhash_str( in hash()
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md52 crypto_pwhash_str(passwd, opslimit, memlimit)
H A DPKG-INFO60 crypto_pwhash_str(passwd, opslimit, memlimit)
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO60 crypto_pwhash_str(passwd, opslimit, memlimit)
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dpure-pw.c276 # define crypto_pwhash_str crypto_pwhash_scryptsalsa208sha256_str in best_crypt() macro
299 if (crypto_pwhash_str(hash, pwd, strlen(pwd), in best_crypt()
315 if (crypto_pwhash_str(hash, pwd, strlen(pwd), ops, auth_memory) != 0) { in best_crypt()

123