Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php242 $c0 = static::decode6Bits($chunk[1]);
243 $c1 = static::decode6Bits($chunk[2]);
244 $c2 = static::decode6Bits($chunk[3]);
245 $c3 = static::decode6Bits($chunk[4]);
259 $c0 = static::decode6Bits($chunk[1]);
262 $c1 = static::decode6Bits($chunk[2]);
263 $c2 = static::decode6Bits($chunk[3]);
274 $c1 = static::decode6Bits($chunk[2]);
334 protected static function decode6Bits(int $src): int function in ParagonIE\\ConstantTime\\Base64
H A DBase64DotSlashOrdered.php50 protected static function decode6Bits(int $src): int function in ParagonIE\\ConstantTime\\Base64DotSlashOrdered
H A DBase64DotSlash.php50 protected static function decode6Bits(int $src): int function in ParagonIE\\ConstantTime\\Base64DotSlash
H A DBase64UrlSafe.php51 protected static function decode6Bits(int $src): int function in ParagonIE\\ConstantTime\\Base64UrlSafe