Home
last modified time | relevance | path

Searched refs:raw_output (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A DPassHash.php816 * @param bool $raw_output When set to TRUE, outputs raw binary data. FALSE outputs lowercase hexits.
819 public static function hmac($algo, $data, $key, $raw_output = false)
823 return hash_hmac($algo, $data, $key, $raw_output);
847 return ($raw_output) ? pack($pack, $output) : $output;
796 hmac($algo, $data, $key, $raw_output = false) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php