Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
DEncoderInterface.php48 * @param bool $strictPadding Error on invalid padding
51 public static function decode(string $encodedString, bool $strictPadding = false): string; argument
DBase32.php44 * @param bool $strictPadding
50 bool $strictPadding = false argument
52 return static::doDecode($encodedString, false, $strictPadding);
59 * @param bool $strictPadding
65 bool $strictPadding = false argument
67 return static::doDecode($src, true, $strictPadding);
239 * @param bool $strictPadding
248 bool $strictPadding = false argument
260 if ($strictPadding) {
342 if ($strictPadding) {
[all …]
DHex.php101 * @param bool $strictPadding
108 bool $strictPadding = false argument
116 if ($strictPadding) {
DBase64.php134 * @param bool $strictPadding
143 bool $strictPadding = false argument
151 if ($strictPadding) {
209 if ($strictPadding) {
219 if ($strictPadding) {
222 } elseif ($strictPadding) {