Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1165 self::len64($this->aad) .
1166 self::len64($ciphertext)
1551 self::len64($this->aad) .
1552 self::len64($ciphertext)
3272 self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce)
3322 private static function len64($str) function in phpseclib3\\Crypt\\Common\\SymmetricKey