Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 76) sorted by path

1234

/php-src/
H A DREADME.REDIST.BINS185 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
H A DUPGRADING.INTERNALS176 pass around the state with its associated algorithm and thus reducing
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_doctype.phpt21 // We don't expect to see the public ID and the system ID because the serialization algorithm doesn…
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh44.phpt2 DOM-Parsing GH-44 (It's possible for 'generate a prefix' algorithm to generate a prefix conflicting…
/php-src/ext/fileinfo/tests/
H A Dmagic26103 >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 …]
H A Dmagic私はガラスを食べられます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 …]
/php-src/ext/gd/tests/
H A Dsimilarity.inc4 * A very simple algorithm for finding the dissimilarity between images,
/php-src/ext/hash/
H A Dhash.c1187 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; in mhash_init() local
1188 if (algorithm.mhash_name == NULL) { in mhash_init()
1192 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1202 zend_long algorithm; in PHP_FUNCTION() local
1212 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1234 zend_long algorithm; in PHP_FUNCTION() local
1240 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1263 zend_long algorithm; in PHP_FUNCTION() local
1270 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1287 zend_long algorithm, l_bytes; in PHP_FUNCTION() local
[all …]
/php-src/ext/hash/tests/
H A Dadler32.phpt2 Hash: ADLER32 algorithm
H A Dbug81714.phpt14 string(52) "HashContext for algorithm "md5" cannot be serialized"
H A Dcrc32.phpt2 Hash: CRC32 algorithm
H A Dfnv132.phpt2 Hash: FNV132 algorithm
H A Dfnv164.phpt2 Hash: FNV164 algorithm
H A Dfnv1a32.phpt2 Hash: FNV1a32 algorithm
H A Dfnv1a64.phpt2 Hash: FNV1a64 algorithm
H A Dgost.phpt2 Hash: gost algorithm
H A Dhash_error.phpt8 echo "\n-- Testing hash() function with invalid hash algorithm --\n";
19 -- Testing hash() function with invalid hash algorithm --
20 hash(): Argument #1 ($algo) must be a valid hashing algorithm
H A Dhash_file_error.phpt15 echo "\n-- Testing hash_file() function with an unknown algorithm --\n";
36 -- Testing hash_file() function with an unknown algorithm --
37 hash_file(): Argument #1 ($algo) must be a valid hashing algorithm
H A Dhash_hkdf_edges.phpt29 [Error] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash_hkdf_error.phpt23 echo "\n-- Testing hash_hkdf() function with invalid hash algorithm --\n";
28 echo "\n-- Testing hash_hkdf() function with non-cryptographic hash algorithm --\n";
50 -- Testing hash_hkdf() function with invalid hash algorithm --
51 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
53 -- Testing hash_hkdf() function with non-cryptographic hash algorithm --
54 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
55 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
56 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
57 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
58 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
[all …]
H A Dhash_hmac_error.phpt14 echo "\n-- Testing hash_hmac() function with invalid hash algorithm --\n";
22 echo "\n-- Testing hash_hmac() function with non-cryptographic hash algorithm --\n";
34 -- Testing hash_hmac() function with invalid hash algorithm --
35 hash_hmac(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
37 -- Testing hash_hmac() function with non-cryptographic hash algorithm --
38 hash_hmac(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash_hmac_file_error.phpt11 echo "\n-- Testing hash_hmac_file() function with invalid hash algorithm --\n";
19 echo "\n-- Testing hash_hmac_file() function with non-cryptographic hash algorithm --\n";
39 -- Testing hash_hmac_file() function with invalid hash algorithm --
40 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
42 -- Testing hash_hmac_file() function with non-cryptographic hash algorithm --
43 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash_init_error.phpt44 hash_init(): Argument #1 ($algo) must be a valid hashing algorithm
47 hash_init(): Argument #1 ($algo) must be a cryptographic hashing algorithm if HMAC is requested
H A Dhash_pbkdf2_error.phpt14 echo "\n-- Testing hash_pbkdf2() function with invalid hash algorithm --\n";
23 echo "\n-- Testing hash_pbkdf2() function with non-cryptographic hash algorithm --\n";
58 -- Testing hash_pbkdf2() function with invalid hash algorithm --
59 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
61 -- Testing hash_pbkdf2() function with non-cryptographic hash algorithm --
62 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash_serialize_004.phpt17 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIjt9aTozO2k6MjtpOjQ7YTowOnt9fQ==", // algorithm is int
23 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjI7aTo0O2E6MDp7fX0=" // bad algorithm
44 Unknown hash algorithm

Completed in 168 milliseconds

1234