Searched refs:rate (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/ext/hash/sha3/generic32lc/ |
H A D | KeccakSponge.h | 67 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 D | KeccakSponge.inc | 40 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 */ 213 unsigned int rateInBytes = instance->rate/8; [all …]
|
H A D | KeccakHash.c | 21 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 D | KeccakHash.h | 49 HashReturn Keccak_HashInitialize(Keccak_HashInstance *hashInstance, unsigned int rate, unsigned int…
|
/PHP-7.2/ext/hash/sha3/generic64lc/ |
H A D | KeccakSponge.h | 67 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 D | KeccakSponge.inc | 40 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 */ 213 unsigned int rateInBytes = instance->rate/8; [all …]
|
H A D | KeccakHash.c | 21 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 D | KeccakHash.h | 49 HashReturn Keccak_HashInitialize(Keccak_HashInstance *hashInstance, unsigned int rate, unsigned int…
|
/PHP-7.2/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 2 TLS server rate-limits client-initiated renegotiation 21 * solution, but it's really the only way to get test coverage on the rate-limiting functionality
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | NEWS | 309 The version number has been expanded to 3 digits as it is clear that the rate
|
/PHP-7.2/ext/fileinfo/tests/ |
H A D | magic | 901 # so don't accept as MP3 until we've tested the rate 992 ## rate 1027 # rate 1062 # rate 1097 # rate 1132 # rate 1432 >32 ulelong x at rate %d/ 3884 >>(0x08.l+20) ulelong x \b, sample rate %d 3893 >>12 ulelong x \b, sample rate %d 5477 # European GSM 06.10 is a provisional standard for full-rate speech
|
H A D | magic私はガラスを食べられます | 901 # so don't accept as MP3 until we've tested the rate 992 ## rate 1027 # rate 1062 # rate 1097 # rate 1132 # rate 1432 >32 ulelong x at rate %d/ 3884 >>(0x08.l+20) ulelong x \b, sample rate %d 3893 >>12 ulelong x \b, sample rate %d 5477 # European GSM 06.10 is a provisional standard for full-rate speech
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1882 rate memory stack areas for each thread. See the pcrejit documentation
|
Completed in 168 milliseconds