Home
last modified time | relevance | path

Searched refs:bits (Results 26 – 50 of 108) sorted by relevance

12345

/php-src/ext/fileinfo/tests/upstream/
H A Dpgp-binary-key-v4-rsa-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
H A Dpgp-binary-key-v4-rsa-no-userid-secret.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 20:13:52 2020, RSA (Encrypt or Sign, 3072 bits); S…
H A Dpgp-binary-key-v4-rsa-secret-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
/php-src/ext/dba/libcdb/
H A Duint32.h29 #error Need type which holds 32 bits
/php-src/ext/hash/
H A Dphp_hash_whirlpool.h26 int bits; member
H A Dhash_whirlpool.c276 int bufferRem = context->buffer.bits & 7; /* occupied bits on buffer[bufferPos]. */ in PHP_WHIRLPOOLUpdate()
280 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLUpdate()
369 context->buffer.bits = bufferBits; in PHP_WHIRLPOOLUpdate()
378 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLFinal()
440 && ctx->buffer.bits >= ctx->buffer.pos * 8 in php_whirlpool_unserialize()
441 && ctx->buffer.bits < ctx->buffer.pos * 8 + 8) { in php_whirlpool_unserialize()
/php-src/ext/hash/tests/
H A Dsha3.phpt19 foreach ([224, 256, 384, 512] as $bits) {
20 echo $bits, ': ', hash("sha3-$bits", $subject), "\n";
/php-src/Zend/tests/
H A Ddval_to_lval_64.phpt2 zend_dval_to_lval preserves low bits (64 bit long)
H A Ddval_to_lval_32.phpt2 zend_dval_to_lval preserves low bits (32 bit long)
/php-src/ext/standard/tests/image/
H A Dbug71848.phpt18 ["bits"]=>
H A Dgetimagesize_256_ico.phpt21 ["bits"]=>
H A Dbug13213.phpt18 ["bits"]=>
H A Dbug72278.phpt20 ["bits"]=>
H A Dgetimagesize_246x247.phpt37 ["bits"]=>
H A Dgetimagesize_384x385.phpt37 ["bits"]=>
/php-src/ext/bcmath/tests/
H A Dbug60377.phpt2 bcscale related problem on 64bits platforms
/php-src/ext/gd/tests/
H A Dbug79615.phpt7 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
/php-src/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt18 [bits] => 256
H A Decc_sm2.phpt22 var_dump($details["bits"]);
59 var_dump($details['bits']);
/php-src/ext/standard/tests/serialize/
H A Dbug68044.phpt2 Bug #68044 Integer overflow in unserialize() (32-bits only)
/php-src/ext/gd/libgd/
H A Dgd_tga.h22 uint8_t bits; // image bits per pixel 8,16,24,32 member
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetInt_expansion_32.phpt2 Random: Randomizer: getInt(): Returned values with insufficient bits are correctly expanded
H A DgetInt_expansion_64.phpt2 Random: Randomizer: getInt(): Returned values with insufficient bits are correctly expanded (64 Bit)
/php-src/ext/standard/tests/file/
H A Dbug47517.phpt15 /* This has to behave same way on both 64- and 32-bits. */
/php-src/ext/sodium/
H A Dconfig.m414 dnl Add -Wno-type-limits and -Wno-logical-op as this may arise on 32bits platforms

Completed in 87 milliseconds

12345