Home
last modified time | relevance | path

Searched refs:_rounds (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/ucommon/ucommon-7.0.0/nossl/
H A Dcipher.cpp22 static unsigned _rounds = 1; variable
43 assign(text, size, _salt, _rounds); in assign()
49 _rounds = rounds; in options()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/test/com/sun/star/comp/connections/
H A DPipedConnection_Test.java44 assertEquals(ROUNDS, reader._rounds); in test()
50 int _rounds = 0; field in PipedConnection_Test.Reader
68 ++_rounds; in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/test/com/sun/star/comp/connections/
H A DPipedConnection_Test.java44 assertEquals(ROUNDS, reader._rounds); in test()
50 int _rounds = 0; field in PipedConnection_Test.Reader
68 ++_rounds; in run()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/
H A Deas.cpp156 uint _rounds; member in MidiDriver_EAS
181 _rounds(0), in MidiDriver_EAS()
281 _rounds = INTERMEDIATE_BUFFER_SIZE / (_config->bufSize * _config->channels); in open()
285 _config->rate, _config->bufSize, _baseTempo, _rounds); in open()
335 g_system->delayMillis((_baseTempo * _rounds) / 1000); in close()
403 for (uint i = 0; i < _rounds; ++i) { in readBuffer()
/dports/lang/solidity/solidity_0.8.11/test/compilationTests/corion/
H A Dschelling.sol18 struct _rounds {
68 _rounds[] private rounds;
193 function setRound(uint256 id, _rounds memory round) internal {
213 function getRound(uint256 id) internal returns (_rounds memory) {
216 return _rounds(b, c, d, e, f);
295 schellingVars._rounds memory round = getRound(currentRound);
329 _rounds memory round;
375 _rounds memory round;
436 _rounds memory round = getRound(currentRound);
437 _rounds memory newRound;
[all …]
/dports/devel/ucommon/ucommon-7.0.0/openssl/
H A Dcipher.cpp22 static unsigned _rounds = 1; variable
28 assign(text, size, _salt, _rounds); in assign()
34 _rounds = rounds; in options()
46 rounds = _rounds; in assign()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/
H A Deas.cpp156 uint _rounds; member in MidiDriver_EAS
181 _rounds(0), in MidiDriver_EAS()
281 _rounds = INTERMEDIATE_BUFFER_SIZE / (_config->bufSize * _config->channels); in open()
285 _config->rate, _config->bufSize, _baseTempo, _rounds); in open()
335 g_system->delayMillis((_baseTempo * _rounds) / 1000); in close()
403 for (uint i = 0; i < _rounds; ++i) { in readBuffer()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcrypto/
H A DAES.cpp15 bytes dev::aesDecrypt(bytesConstRef _ivCipher, std::string const& _password, unsigned _rounds, byte… in aesDecrypt() argument
23 …iveKey(target.data(), target.size(), 0, pw.data(), pw.size(), _salt.data(), _salt.size(), _rounds); in aesDecrypt()
H A DAES.h16 bytes aesDecrypt(bytesConstRef _cipher, std::string const& _password, unsigned _rounds = 2000, byte…
H A DBlake2.h21 bytes blake2FCompression(uint32_t _rounds, bytesConstRef _stateVector, bytesConstRef _t0,
H A DBlake2.cpp129 bytes blake2FCompression(uint32_t _rounds, bytesConstRef _stateVector, bytesConstRef _t0, in blake2FCompression() argument
151 blake2b_compress(_rounds, &s, block); in blake2FCompression()
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/GehirnInc/crypt/sha512_crypt/
H A Dsha512_crypt.go36 var _rounds = []byte("rounds=") var
133 buf.Grow(len(c.Salt.MagicPrefix) + len(_rounds) + 9 + 1 + len(salt) + 1 + 86)
136 buf.Write(_rounds)
/dports/devel/ucommon/ucommon-7.0.0/gnutls/
H A Dcipher.cpp22 static unsigned _rounds = 1; variable
169 count = _rounds; in assign()
199 assign(text, size, _salt, _rounds); in assign()
205 _rounds = rounds; in options()
/dports/x11-toolkits/bwidget/bwidget-1.9.14/
H A Dcolor.tcl44 variable _rounds
86 variable _rounds
98 set _rounds {}
219 variable _rounds
237 set _rounds {}
277 lappend _rounds $fround
701 variable _rounds
731 foreach fround $_rounds {
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/sha256_crypt/
H A Dsha256_crypt.go37 var _rounds = []byte("rounds=") var
62 if bytes.HasPrefix(saltToks[2], _rounds) {
224 if !bytes.HasPrefix(saltToks[2], _rounds) {
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/sha256_crypt/
H A Dsha256_crypt.go37 var _rounds = []byte("rounds=") var
62 if bytes.HasPrefix(saltToks[2], _rounds) {
224 if !bytes.HasPrefix(saltToks[2], _rounds) {
/dports/games/tycho/species/
H A Dkingdom.hpp48 int rounds() const { return _rounds; } in rounds()
101 _rounds, /* rounds per match */ member in CKingdom
H A Dkingdom.cpp69 _rounds = 300; in CKingdom()
224 …kvp = ini.get("rounds"); if(0 == kvp) PANIC(MISC,"rounds expected",NULL); _rounds = kvp->getValueA… in read_ini()
289 << "rounds=" << _rounds << endl in write_ini()
/dports/games/species/species/
H A Dkingdom.hpp48 int rounds() const { return _rounds; } in rounds()
101 _rounds, /* rounds per match */ member in CKingdom
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/sha512_crypt/
H A Dsha512_crypt.go37 var _rounds = []byte("rounds=") var
62 if bytes.HasPrefix(saltToks[2], _rounds) {
235 if !bytes.HasPrefix(saltToks[2], _rounds) {
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/sha512_crypt/
H A Dsha512_crypt.go37 var _rounds = []byte("rounds=") var
62 if bytes.HasPrefix(saltToks[2], _rounds) {
235 if !bytes.HasPrefix(saltToks[2], _rounds) {
/dports/security/p5-Digest-Hashcash/Digest-Hashcash-0.04/
H A DHashcash.pm61 sub _rounds { subroutine
67 2**$size / &_rounds;
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/utils/
H A Dencrypt.py89 rounds = self._rounds(rounds)
96 def _rounds(self, rounds): member in CryptHash
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/utils/
H A Dencrypt.py99 rounds = self._rounds(rounds)
106 def _rounds(self, rounds): member in CryptHash
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/utils/
H A Dencrypt.py103 rounds = self._rounds(rounds)
117 def _rounds(self, rounds): member in CryptHash

123