Searched refs:algorithm (Results 1 – 25 of 70) sorted by relevance
123
24 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 %d64 -- Testing hash_hkdf() function with non-cryptographic hash algorithm --66 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: adler32 in %s on line %d69 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: crc32 in %s on line %d72 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: crc32b in %s on line %d75 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv132 in %s on line %d81 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv164 in %s on line %d[all …]
26 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 %d58 -- Testing hash_hmac() function with non-cryptographic hash algorithm --60 Warning: hash_hmac(): Non-cryptographic hashing algorithm: crc32 in %s on line %d
28 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 %d61 -- 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
26 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 %d68 -- Testing hash_pbkdf2() function with non-cryptographic hash algorithm --70 Warning: hash_pbkdf2(): Non-cryptographic hashing algorithm: crc32 in %s on line %d
23 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
23 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
2 mhash() modifying algorithm parameter
2 sha512/224 algorithm
2 sha512/256 algorithm
2 md5 algorithm
32 Warning: hash_init(): Unknown hashing algorithm: dummy in %s on line %d36 Warning: hash_init(): HMAC requested with a non-cryptographic hashing algorithm: crc32 in %s on lin…
2 sha1 algorithm
2 sha224 algorithm
2 sha256 algorithm
2 sha384 algorithm
2 sha512 algorithm
2 md2 algorithm
2 md4 algorithm
2 hmac-md5 algorithm
2 ripemd128 algorithm
35 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d39 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d42 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d45 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
24 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
934 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() local956 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() local986 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1011 zend_long algorithm; in PHP_FUNCTION() local1018 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()1036 zend_long algorithm, l_bytes; in PHP_FUNCTION() local[all …]
2 Test base64_encode() function : basic functionality - check algorithm round trips6 * Description: Encodes string using MIME base64 algorithm
2 Test BCRYPT with invalid algorithm
Completed in 30 milliseconds