Searched refs:algorithm (Results 51 – 75 of 77) sorted by relevance
1234
/php-src/ext/spl/tests/ |
H A D | arrayObject_natcasesort_basic1.phpt | 5 /* Sort the entries by values using case insensitive "natural order" algorithm.
|
H A D | arrayObject_natsort_basic1.phpt | 5 /* Sort the entries by values using "natural order" algorithm.
|
/php-src/ext/openssl/tests/ |
H A D | openssl_decrypt_gcm.phpt | 2 openssl_decrypt() with GCM cipher algorithm tests
|
H A D | openssl_decrypt_ccm.phpt | 2 openssl_decrypt() with CCM cipher algorithm tests
|
H A D | openssl_encrypt_chacha20_poly1305.phpt | 2 openssl_encrypt() with ChaCha20 and Poly1305 cipher algorithm tests
|
H A D | openssl_decrypt_ocb.phpt | 2 openssl_decrypt() with OCB cipher algorithm tests
|
H A D | openssl_encrypt_ccm.phpt | 2 openssl_encrypt() with CCM cipher algorithm tests
|
H A D | openssl_encrypt_gcm.phpt | 2 openssl_encrypt() with GCM cipher algorithm tests
|
H A D | openssl_encrypt_ocb.phpt | 2 openssl_encrypt() with OCB cipher algorithm tests
|
/php-src/ext/hash/tests/ |
H A D | haval.phpt | 2 Hash: haval algorithm (multi-vector, multi-pass, multi-width)
|
H A D | sha3.phpt | 2 Hash: sha3 algorithm
|
H A D | crc32.phpt | 2 Hash: CRC32 algorithm
|
H A D | fnv132.phpt | 2 Hash: FNV132 algorithm
|
H A D | fnv164.phpt | 2 Hash: FNV164 algorithm
|
H A D | fnv1a32.phpt | 2 Hash: FNV1a32 algorithm
|
H A D | fnv1a64.phpt | 2 Hash: FNV1a64 algorithm
|
/php-src/ext/gd/tests/ |
H A D | similarity.inc | 4 * A very simple algorithm for finding the dissimilarity between images,
|
/php-src/ext/standard/tests/password/ |
H A D | password_needs_rehash.phpt | 12 // Valid, as it's an unknown algorithm
|
/php-src/ext/hash/ |
H A D | config.m4 | 14 [Define to 1 if the PHP hash extension uses the slow SHA3 algorithm.])
|
/php-src/ext/phar/phar/ |
H A D | pharcommand.inc | 74 'inf' => '<algo> Compression algorithm.', 78 'auto' => 'Automatically select compression algorithm' 94 'inf' => '<method> Selects the hash algorithm.', 366 * Argument type compression algorithm 371 * @return string $arg The selected algorithm 638 * @param mixed $compress Compression algorithm or NULL 1184 return "Set signature hash algorithm.";
|
/php-src/ext/openssl/ |
H A D | openssl.stub.php | 609 function openssl_verify(string $data, string $signature, $public_key, string|int $algorithm = OPENS…
|
H A D | openssl_arginfo.h | 284 ZEND_ARG_TYPE_MASK(0, algorithm, MAY_BE_STRING|MAY_BE_LONG, "OPENSSL_ALGO_SHA1") 291 ZEND_ARG_TYPE_MASK(0, algorithm, MAY_BE_STRING|MAY_BE_LONG, "OPENSSL_ALGO_SHA1")
|
/php-src/ext/phar/tests/ |
H A D | badparameters.phpt | 251 Cannot set signature algorithm, phar is read-only
|
/php-src/ |
H A D | README.REDIST.BINS | 185 ideas. The password hashing algorithm was designed by David Mazieres 190 There's a paper on the algorithm that explains its design decisions: 209 The Mersenne Twister is an algorithm for generating random numbers. It 650 xxHash - Extremely Fast Hash algorithm
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 26103 >4 string >\0 algorithm: %s, 26115 >3 byte 1 algorithm: DES, 26116 >3 byte 2 algorithm: 3DES, 26117 >3 byte 3 algorithm: 3-WAY, 26118 >3 byte 4 algorithm: GOST, 26122 >3 byte 9 algorithm: xTEA, 26124 >3 byte 11 algorithm: RC2, 26130 >3 byte 100 algorithm: RC6, 26131 >3 byte 101 algorithm: IDEA, 26510 >4 leshort x algorithm %d, [all …]
|
Completed in 204 milliseconds
1234