Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 70) sorted by relevance

123

/PHP-7.3/ext/hash/tests/
H A Dhash_hkdf_error.phpt24 echo "\n-- Testing hash_hkdf() function with invalid hash algorithm --\n";
27 echo "\n-- Testing hash_hkdf() function with non-cryptographic hash algorithm --\n";
59 -- Testing hash_hkdf() function with invalid hash algorithm --
61 Warning: hash_hkdf(): Unknown hashing algorithm: foo in %s on line %d
64 -- Testing hash_hkdf() function with non-cryptographic hash algorithm --
66 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: adler32 in %s on line %d
69 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: crc32 in %s on line %d
72 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: crc32b in %s on line %d
75 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv132 in %s on line %d
81 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv164 in %s on line %d
[all …]
H A Dhash_hmac_error.phpt26 echo "\n-- Testing hash_hmac() function with invalid hash algorithm --\n";
29 echo "\n-- Testing hash_hmac() function with non-cryptographic hash algorithm --\n";
53 -- Testing hash_hmac() function with invalid hash algorithm --
55 Warning: hash_hmac(): Unknown hashing algorithm: foo in %s on line %d
58 -- Testing hash_hmac() function with non-cryptographic hash algorithm --
60 Warning: hash_hmac(): Non-cryptographic hashing algorithm: crc32 in %s on line %d
H A Dhash_hmac_file_error.phpt28 echo "\n-- Testing hash_hmac_file() function with invalid hash algorithm --\n";
31 echo "\n-- Testing hash_hmac_file() function with non-cryptographic hash algorithm --\n";
57 -- Testing hash_hmac_file() function with invalid hash algorithm --
59 Warning: hash_hmac_file(): Unknown hashing algorithm: foo in %s on line %d
61 -- Testing hash_hmac_file() function with non-cryptographic hash algorithm --
63 Warning: hash_hmac_file(): Non-cryptographic hashing algorithm: crc32 in %s on line %d
H A Dhash_pbkdf2_error.phpt26 echo "\n-- Testing hash_pbkdf2() function with invalid hash algorithm --\n";
29 echo "\n-- Testing hash_pbkdf2() function with non-cryptographic hash algorithm --\n";
63 -- Testing hash_pbkdf2() function with invalid hash algorithm --
65 Warning: hash_pbkdf2(): Unknown hashing algorithm: foo in %s on line %d
68 -- Testing hash_pbkdf2() function with non-cryptographic hash algorithm --
70 Warning: hash_pbkdf2(): Non-cryptographic hashing algorithm: crc32 in %s on line %d
H A Dhash_error.phpt23 echo "\n-- Testing hash() function with invalid hash algorithm --\n";
44 -- Testing hash() function with invalid hash algorithm --
46 Warning: hash(): Unknown hashing algorithm: foo in %s on line %d
H A Dhash_file_error.phpt23 echo "\n-- Testing hash_file() function with an unknown algorithm --\n";
48 -- Testing hash_file() function with an unknown algorithm --
50 Warning: hash_file(): Unknown hashing algorithm: %s in %s on line %d
H A Dmhash_004.phpt2 mhash() modifying algorithm parameter
H A Dsha512-224.phpt2 sha512/224 algorithm
H A Dsha512-256.phpt2 sha512/256 algorithm
H A Dmd5.phpt2 md5 algorithm
H A Dhash_init_error.phpt32 Warning: hash_init(): Unknown hashing algorithm: dummy in %s on line %d
36 Warning: hash_init(): HMAC requested with a non-cryptographic hashing algorithm: crc32 in %s on lin…
H A Dsha1.phpt2 sha1 algorithm
H A Dsha224.phpt2 sha224 algorithm
H A Dsha256.phpt2 sha256 algorithm
H A Dsha384.phpt2 sha384 algorithm
H A Dsha512.phpt2 sha512 algorithm
H A Dmd2.phpt2 md2 algorithm
H A Dmd4.phpt2 md4 algorithm
H A Dhmac-md5.phpt2 hmac-md5 algorithm
H A Dripemd128.phpt2 ripemd128 algorithm
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_decrypt_error.phpt35 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
39 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
42 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
45 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
H A Dbug70438.phpt24 Warning: openssl_seal(): Cipher algorithm requires an IV to be supplied as a sixth parameter in %s …
26 Warning: openssl_seal(): Unknown signature algorithm. in %s on line %d
/PHP-7.3/ext/hash/
H A Dhash.c934 if (algorithm.mhash_name == NULL) { in mhash_init()
938 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
950 zend_long algorithm; in PHP_FUNCTION() local
956 algorithm = zval_get_long(z_algorithm); in PHP_FUNCTION()
959 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
980 zend_long algorithm; in PHP_FUNCTION() local
986 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1011 zend_long algorithm; in PHP_FUNCTION() local
1018 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1036 zend_long algorithm, l_bytes; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt2 Test base64_encode() function : basic functionality - check algorithm round trips
6 * Description: Encodes string using MIME base64 algorithm
/PHP-7.3/ext/standard/tests/crypt/
H A Dbcrypt_invalid_algorithm.phpt2 Test BCRYPT with invalid algorithm

Completed in 42 milliseconds

123