php-src/ext/hash/tests
Anatol Belski 20501c72c8 hash: Implement secret support for xxh3 and xxh128
A secret can be passed through the options array. The length is
currently in the range of 136 to 256 bytes. The concerned algos are
already marked as non serializable.

Signed-off-by: Anatol Belski <ab@php.net>
2021-02-20 23:26:59 +01:00
..
adler32.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug52240.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug64745.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug70312.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
bug73127.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
crc32.phpt X86: Fast CRC32 computation using PCLMULQDQ instruction 2020-09-02 15:10:41 +02:00
fnv1a32.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
fnv1a64.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
fnv132.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
fnv164.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
gost.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
hash_algos.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_copy_001.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_equals.phpt Improve error messages of ext/hash 2020-03-24 10:23:11 +01:00
hash_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_file_basic1.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_file_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_file_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hkdf_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hkdf_edges.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hkdf_error.phpt Improve parameter names in ext/hash and ext/openssl 2020-09-24 22:15:30 +02:00
hash_hkdf_rfc5869.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_algos.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
hash_hmac_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_file_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_hmac_file_error.phpt Make null byte error a ValueError 2020-09-08 15:23:23 +02:00
hash_init_error.phpt Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
hash_pbkdf2_basic.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_pbkdf2_error.phpt Remove unnecessary PHPDoc-alike blocks from tests 2020-06-24 13:13:44 +02:00
hash_serialize_001.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_serialize_002.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
hash_serialize_003.phpt Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_serialize_004.phpt Make HashContexts serializable. 2020-06-30 14:30:33 +02:00
hash_update_file.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
hash_update_stream_basic_001.phpt Ensure hash_update_stream() always returns the same hash when $length = 0 2020-04-21 08:55:15 +02:00
hash_update_stream.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
hash-clone.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
haval.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
hmac-md5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
joaat.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
md2.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
md4.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
md5.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
mhash_001.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
mhash_002.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
mhash_003.phpt Reindent phpt files 2020-02-03 22:52:20 +01:00
mhash_004.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
murmurhash3_seed.phpt hash: Support custom algo parameters 2020-12-13 14:14:07 +01:00
murmurhash3.phpt hash: Add MurmurHash3 with streaming support 2020-10-31 16:44:18 +01:00
new-context.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
reuse.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd128.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd160.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd256.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
ripemd320.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha3.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha224.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha256.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha384.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha512-224.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha512-256.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
sha512.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
snefru.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
tiger.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
whirlpool.phpt Update hash tests for consistency in their titles and remove the skipif sections (except for the mhash related tests) 2018-10-03 08:48:11 +02:00
xxhash_secret.phpt hash: Implement secret support for xxh3 and xxh128 2021-02-20 23:26:59 +01:00
xxhash_seed.phpt hash: Implement xxHash 2021-01-09 19:35:32 +01:00
xxhash_unserialize_memsize.phpt Fix memsize check for xxh32 2021-01-18 10:35:01 +01:00