Home
last modified time | relevance | path

Searched refs:setAAD (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3470 $this->decrypt->setAAD($temp = Strings::shift($raw, 4));
3511 $this->decrypt->setAAD($aad);
4236 $this->encrypt->setAAD($temp = ($packet & "\xFF\xFF\xFF\xFF"));
4259 $this->encrypt->setAAD($length);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php812 public function setAAD($aad) function in phpseclib3\\Crypt\\Common\\SymmetricKey
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37015 StreamCipher.prototype.setAAD = function setAAD(buf) {
40610 CipherBase.prototype.setAAD = function () {