Home
last modified time | relevance | path

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

123

/php-src/ext/hash/tests/
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_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_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_serialize_004.phpt17 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIjt9aTozO2k6MjtpOjQ7YTowOnt9fQ==", // algorithm is int
23 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjI7aTo0O2E6MDp7fX0=" // bad algorithm
44 Unknown hash algorithm
H A Dsha512-224.phpt2 Hash: sha512/224 algorithm
H A Dsha512-256.phpt2 Hash: sha512/256 algorithm
H A Dwhirlpool.phpt2 Hash: whirlpool algorithm
H A Dmd5.phpt2 Hash: md5 algorithm
H A Dbug81714.phpt14 string(52) "HashContext for algorithm "md5" cannot be serialized"
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 Dtiger.phpt2 Hash: tiger algorithm
H A Dsha384.phpt2 Hash: sha384 algorithm
H A Dadler32.phpt2 Hash: ADLER32 algorithm
H A Dsha1.phpt2 Hash: sha1 algorithm
H A Dsha224.phpt2 Hash: sha224 algorithm
/php-src/ext/openssl/tests/
H A Dopenssl_decrypt_error.phpt30 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
34 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
37 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
40 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_encrypt_error.phpt22 Warning: openssl_encrypt(): Unknown cipher algorithm in %s on line %d
25 Warning: openssl_encrypt(): Key length cannot be set for the cipher algorithm in %s on line %d
H A Dbug70438.phpt30 openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm
32 Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_cipher_iv_length_error.phpt19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_cipher_key_length_error.phpt19 Warning: openssl_cipher_key_length(): Unknown cipher algorithm in %s on line %d
/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/standard/tests/crypt/
H A Dbcrypt_invalid_algorithm.phpt2 Test BCRYPT with invalid algorithm

Completed in 38 milliseconds

123