Searched refs:algorithm (Results 1 – 25 of 72) sorted by relevance
123
23 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 algorithm53 -- Testing hash_hkdf() function with non-cryptographic hash algorithm --54 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm55 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm56 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm57 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm58 [ValueError] hash_hkdf(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm[all …]
14 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 algorithm37 -- Testing hash_hmac() function with non-cryptographic hash algorithm --38 hash_hmac(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
11 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 algorithm42 -- Testing hash_hmac_file() function with non-cryptographic hash algorithm --43 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
14 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 algorithm61 -- Testing hash_pbkdf2() function with non-cryptographic hash algorithm --62 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
8 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
15 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
17 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIjt9aTozO2k6MjtpOjQ7YTowOnt9fQ==", // algorithm is int23 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjI7aTo0O2E6MDp7fX0=" // bad algorithm44 Unknown hash algorithm
2 Hash: sha512/224 algorithm
2 Hash: sha512/256 algorithm
2 Hash: whirlpool algorithm
2 Hash: md5 algorithm
14 string(52) "HashContext for algorithm "md5" cannot be serialized"
44 hash_init(): Argument #1 ($algo) must be a valid hashing algorithm47 hash_init(): Argument #1 ($algo) must be a cryptographic hashing algorithm if HMAC is requested
2 Hash: tiger algorithm
2 Hash: ADLER32 algorithm
2 Hash: sha1 algorithm
2 Hash: sha224 algorithm
2 Hash: sha256 algorithm
30 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d34 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d37 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d40 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
22 Warning: openssl_encrypt(): Unknown cipher algorithm in %s on line %d25 Warning: openssl_encrypt(): Key length cannot be set for the cipher algorithm in %s on line %d
30 openssl_seal(): Argument #6 ($iv) cannot be null for the chosen cipher algorithm32 Warning: openssl_seal(): Unknown cipher algorithm in %s on line %d
19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d
19 Warning: openssl_cipher_key_length(): Unknown cipher algorithm in %s on line %d
1187 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; in mhash_init() local1188 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() local1212 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1238 zend_long algorithm; in PHP_FUNCTION() local1244 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1267 zend_long algorithm; in PHP_FUNCTION() local1274 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1291 zend_long algorithm, l_bytes; in PHP_FUNCTION() local[all …]
2 Test BCRYPT with invalid algorithm
Completed in 41 milliseconds