Searched refs:opad (Results 1 – 9 of 9) sorted by relevance
/plugin/fedauth/Auth/OpenID/ |
H A D | HMAC.php | 72 $opad = str_repeat(chr(0x5c), Auth_OpenID_SHA1_BLOCKSIZE); 74 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true);
|
/plugin/openid/Auth/OpenID/ |
H A D | HMAC.php | 73 $opad = str_repeat(chr(0x5c), Auth_OpenID_SHA1_BLOCKSIZE); 75 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1);
|
/plugin/webdav/vendor/sabre/http/lib/Auth/ |
H A D | AWS.php | 228 $opad = str_repeat(chr(0x5c), $blocksize); 229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
|
/plugin/davcal/vendor/sabre/http/lib/Auth/ |
H A D | AWS.php | 228 $opad = str_repeat(chr(0x5c), $blocksize); 229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
H A D | AWSTest.php | 231 $opad = str_repeat(chr(0x5c), $blocksize); 232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | md5.js | 212 var ipad = Array(16), opad = Array(16); 216 opad[i] = bkey[i] ^ 0x5C5C5C5C; 220 return this.core_md5(opad.concat(hash), 512 + 128);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Hash.php | 152 private $opad; variable in phpseclib3\\Crypt\\Hash 453 $this->opad = str_repeat(chr(0x5C), $b); 866 $output = $this->opad ^ $key;
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 43816 var opad = this._opad = Buffer.allocUnsafe(blocksize); 43820 opad[i] = key[i] ^ 0x5C; 43884 var opad = this._opad = Buffer.allocUnsafe(blocksize); 43888 opad[i] = key[i] ^ 0x5C; 70438 var opad = Buffer.allocUnsafe(blocksize + sizes[alg]); 70442 opad[i] = key[i] ^ 0x5C; 70449 this.opad = opad; 70459 h.copy(this.opad, this.blocksize); 70460 return this.hash(this.opad);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |