Lines Matching refs:bytes
58 $bytes = array();
61 array_unshift($bytes, $this->mod($long, 256));
65 if ($bytes && ($bytes[0] > 127)) {
66 array_unshift($bytes, 0);
70 foreach ($bytes as $byte) {
94 $bytes = array_merge(unpack('C*', $str));
98 if ($bytes && ($bytes[0] > 127)) {
104 foreach ($bytes as $byte) {
153 $nbytes = Auth_OpenID::bytes($rbytes) - 1;
155 $nbytes = Auth_OpenID::bytes($rbytes);
172 $bytes = "\x00" . Auth_OpenID_CryptUtil::getBytes($nbytes);
173 $n = $this->binaryToLong($bytes);