Home
last modified time | relevance | path

Searched refs:ipad (Results 1 – 17 of 17) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DHMAC.php71 $ipad = str_repeat(chr(0x36), Auth_OpenID_SHA1_BLOCKSIZE);
73 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text, true);
/plugin/openid/Auth/OpenID/
H A DHMAC.php72 $ipad = str_repeat(chr(0x36), Auth_OpenID_SHA1_BLOCKSIZE);
74 $hash1 = Auth_OpenID_SHA1(($key ^ $ipad) . $text);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php227 $ipad = str_repeat(chr(0x36), $blocksize);
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php227 $ipad = str_repeat(chr(0x36), $blocksize);
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php230 $ipad = str_repeat(chr(0x36), $blocksize);
232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js212 var ipad = Array(16), opad = Array(16);
215 ipad[i] = bkey[i] ^ 0x36363636;
219 var hash = this.core_md5(ipad.concat(this.str2binl(data)), 512 + data.length * this.chrsz);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php163 private $ipad; variable in phpseclib3\\Crypt\\Hash
452 $this->ipad = str_repeat(chr(0x36), $b);
863 $temp = $this->ipad ^ $key;
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js570 ipad: /ipad.*?os [0-4]\./,
581 ipad: /ipad/,
827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js570 ipad: /ipad.*?os [0-4]\./,
581 ipad: /ipad/,
827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js570 ipad: /ipad.*?os [0-4]\./,
581 ipad: /ipad/,
827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
H A Djquery.jplayer.min.js2ipad:/ipad.*?os [0-4]\./,iphone:/iphone/,ipod:/ipod/,android_pad:/android [0-3]\.(?!.*?mobile)/,an… property in a.jPlayer.options.noVolume
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js570 ipad: /ipad.*?os [0-4]\./,
581 ipad: /ipad/,
827 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
/plugin/jplayer/components/
H A Drequire-built.js2615 ipad: /ipad.*?os [0-4]\./,
2626 ipad: /ipad/,
2872 …this.internal.cmdsIgnored = $.jPlayer.platform.ipad || $.jPlayer.platform.iphone || $.jPlayer.plat…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js43815 var ipad = this._ipad = Buffer.allocUnsafe(blocksize);
43819 ipad[i] = key[i] ^ 0x36;
43825 this._hash.update(ipad);
43887 ipad[i] = key[i] ^ 0x36;
43891 this._hash = [ipad];
70441 ipad[i] = key[i] ^ 0x36;
70446 ipad.copy(ipad1, 0, 0, blocksize);
70448 this.ipad2 = ipad;
70456 Hmac.prototype.run = function (data, ipad) {
70457 data.copy(ipad, this.blocksize);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …content:"\F9A6"}.mdi-tablet-dashboard::before{content:"\FEEB"}.mdi-tablet-ipad::before{content:"\F…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc249 iOS: /(ipad|iphone|ipod)/.test(a),