Home
last modified time | relevance | path

Searched refs:nullPad128 (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php524 self::nullPad128($this->aad) .
525 self::nullPad128($ciphertext) .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1161 self::nullPad128($this->aad) .
1162 self::nullPad128($ciphertext) .
1548 self::nullPad128($this->aad) .
1549 self::nullPad128($ciphertext) .
3298 self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce)
3365 protected static function nullPad128($str) function in phpseclib3\\Crypt\\Common\\SymmetricKey