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.php1170 self::len64($this->aad) .
1171 self::len64($ciphertext)
1556 self::len64($this->aad) .
1557 self::len64($ciphertext)
3277 self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce)
3327 private static function len64($str) function in phpseclib3\\Crypt\\Common\\SymmetricKey