Home
last modified time | relevance | path

Searched refs:hashStrength (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DSecurityPackageContextConnectionInformation.cs43 int hashStrength, in SecurityPackageContextConnectionInformation() argument
51 HashStrength = hashStrength; in SecurityPackageContextConnectionInformation()
/dports/www/bolt/bolt-2.2.24/src/
H A DUsers.php36 private $hashStrength; variable in Bolt\\Users
61 $this->hashStrength = max($this->app['config']->get('general/hash_strength'), 8);
142 $hasher = new PasswordHash($this->hashStrength, true);
490 $hasher = new PasswordHash($this->hashStrength, true);
534 $hasher = new PasswordHash($this->hashStrength, true);
649 $hasher = new PasswordHash($this->hashStrength, true);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DNetEventSource.Security.cs265 int hashStrength, in SspiSelectedCipherSuite() argument
273 … (int)hashAlgorithm, hashStrength, (int)keyExchangeAlgorithm, keyExchangeStrength); in SspiSelectedCipherSuite()