Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h67 int Prefix_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inpu…
79 int Prefix_SpongeInitialize(Prefix_SpongeInstance *spongeInstance, unsigned int rate, unsigned int …
136 unsigned int rate; \
142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i…
143 …int prefix##_SpongeInitialize(prefix##_SpongeInstance *spongeInstance, unsigned int rate, unsigned…
H A DKeccakSponge.inc40 unsigned int rateInBytes = rate/8;
42 if (rate+capacity != SnP_width)
44 if ((rate <= 0) || (rate > SnP_width) || ((rate % 8) != 0))
56 /* fast lane: whole lane rate */
135 if (rate+capacity != SnP_width)
137 if ((rate <= 0) || (rate > SnP_width) || ((rate % 8) != 0))
141 instance->rate = rate;
155 unsigned int rateInBytes = instance->rate/8;
167 /* fast lane: whole lane rate */
214 unsigned int rateInBytes = instance->rate/8;
[all …]
H A DKeccakHash.c21 HashReturn Keccak_HashInitialize(Keccak_HashInstance *instance, unsigned int rate, unsigned int cap… in Keccak_HashInitialize() argument
27 result = (HashReturn)KeccakWidth1600_SpongeInitialize(&instance->sponge, rate, capacity); in Keccak_HashInitialize()
H A DKeccakHash.h49 HashReturn Keccak_HashInitialize(Keccak_HashInstance *hashInstance, unsigned int rate, unsigned int…
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h67 int Prefix_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inpu…
79 int Prefix_SpongeInitialize(Prefix_SpongeInstance *spongeInstance, unsigned int rate, unsigned int …
136 unsigned int rate; \
142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i…
143 …int prefix##_SpongeInitialize(prefix##_SpongeInstance *spongeInstance, unsigned int rate, unsigned…
H A DKeccakSponge.inc40 unsigned int rateInBytes = rate/8;
42 if (rate+capacity != SnP_width)
44 if ((rate <= 0) || (rate > SnP_width) || ((rate % 8) != 0))
56 /* fast lane: whole lane rate */
135 if (rate+capacity != SnP_width)
137 if ((rate <= 0) || (rate > SnP_width) || ((rate % 8) != 0))
141 instance->rate = rate;
155 unsigned int rateInBytes = instance->rate/8;
167 /* fast lane: whole lane rate */
214 unsigned int rateInBytes = instance->rate/8;
[all …]
H A DKeccakHash.c21 HashReturn Keccak_HashInitialize(Keccak_HashInstance *instance, unsigned int rate, unsigned int cap… in Keccak_HashInitialize() argument
27 result = (HashReturn)KeccakWidth1600_SpongeInitialize(&instance->sponge, rate, capacity); in Keccak_HashInitialize()
H A DKeccakHash.h49 HashReturn Keccak_HashInitialize(Keccak_HashInstance *hashInstance, unsigned int rate, unsigned int…
/php-src/ext/dom/lexbor/patches/
H A D0003-Patch-utilities-and-data-structure-to-be-able-to-gen.patch44 return hash_key.create(rate = 1)
57 return hash_key.create(rate = 1)
67 - def create(self, terminate_value = '{0, NULL, 0}', rate = 2, is_const = True, data_before = No…
68 + def create(self, terminate_value = '{0, 0, 0}', rate = 2, is_const = True, data_before = None):
71 rate_dn = rate - 1
84 if int(idx) % rate == rate_dn:
/php-src/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt2 TLS server rate-limits client-initiated renegotiation
22 * solution, but it's really the only way to get test coverage on the rate-limiting functionality
/php-src/ext/hash/
H A Dhash_sha3.c307 && ctx->sponge.byteIOIndex < ctx->sponge.rate / 8) { in php_keccak_unserialize()
/php-src/ext/zip/
H A Dphp_zip.stub.php811 public function registerProgressCallback(float $rate, callable $callback): bool {}
H A Dphp_zip.c3038 double rate; local
3043 if (zend_parse_parameters(ZEND_NUM_ARGS(), "df", &rate, &fci, &fcc) == FAILURE) {
3056 …if (zip_register_progress_callback_with_state(intern, rate, _php_zip_progress_callback, _php_zip_p…
H A Dphp_zip_arginfo.h287 ZEND_ARG_TYPE_INFO(0, rate, IS_DOUBLE, 0)
/php-src/sapi/fpm/
H A Dwww.conf.in107 ; pm.max_spawn_rate - the maximum number of rate to spawn child
144 ; The number of rate to spawn child processes at once.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1403 ## rate
1438 # rate
1473 # rate
1508 # rate
1543 # rate
1839 >32 ulelong x at rate %d/
6017 #>>26 byte x \b, song rate %u
6315 # v1 / sample rate chunk
11554 >0x38 lelong 2822400 simple-rate,
11555 >0x38 lelong 5644800 double-rate,
[all …]
H A Dmagic1403 ## rate
1438 # rate
1473 # rate
1508 # rate
1543 # rate
1839 >32 ulelong x at rate %d/
6017 #>>26 byte x \b, song rate %u
6315 # v1 / sample rate chunk
11554 >0x38 lelong 2822400 simple-rate,
11555 >0x38 lelong 5644800 double-rate,
[all …]

Completed in 224 milliseconds