Home
last modified time | relevance | path

Searched refs:num_bytes (Results 1 – 4 of 4) sorted by relevance

/plugin/openid/Auth/OpenID/
H A DCryptUtil.php37 * @param int $num_bytes The length of the return value
40 static function getBytes($num_bytes) argument
58 for ($i = 0; $i < $num_bytes; $i += 4) {
61 $bytes = substr($bytes, 0, $num_bytes);
63 $bytes = fread($f, $num_bytes);
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php37 * @param int $num_bytes The length of the return value
40 static function getBytes($num_bytes) argument
59 for ($i = 0; $i < $num_bytes; $i += 4) {
62 $bytes = substr($bytes, 0, $num_bytes);
64 $bytes = fread($f, $num_bytes);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php514 $num_bytes = $shift >> 3; // eg. floor($shift/8)
524 $x = $carry . $x . str_repeat(chr(0), $num_bytes);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php2081 $num_bytes = 0;
2086 } while (($b & 0x80) && ($num_bytes++ < 4));