Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php186 protected $sLen; variable in phpseclib3\\Crypt\\RSA
810 * @param int $sLen
812 public function withSaltLength($sLen) argument
815 $new->sLen = $sLen;
826 return $this->sLen !== null ? $this->sLen : $this->hLen;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php219 $sLen = $this->sLen !== null ? $this->sLen : $this->hLen;
222 if ($emLen < $this->hLen + $sLen + 2) {
226 $salt = Random::string($sLen);
229 $ps = str_repeat(chr(0), $emLen - $sLen - $this->hLen - 2);
486 ->withSaltLength($this->sLen)
H A DPublicKey.php239 $sLen = $this->sLen !== null ? $this->sLen : $this->hLen;
242 if ($emLen < $this->hLen + $sLen + 2) {
259 $temp = $emLen - $this->hLen - $sLen - 2;
523 ->withSaltLength($this->sLen)
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js12249 if (sLen === 0)
12280 if (sLen === 0)
12339 if (sLen === 0)
12342 var eIx = sLen - 1;
12407 if (sLen === 0)
12476 if (sLen === 0)
12479 var eIx = sLen - 1;
12524 if (sLen === 0)
12562 var sLen = s.length;
12563 if (sLen === 0)
[all …]