Lines Matching refs:algorithm
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 %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
78 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv1a32 in %s on line %d
81 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv164 in %s on line %d
84 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: fnv1a64 in %s on line %d
87 Warning: hash_hkdf(): Non-cryptographic hashing algorithm: joaat in %s on line %d