Home
last modified time | relevance | path

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

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DEncoderInterface.php53 * @param bool $strictPadding Error on invalid padding
59 bool $strictPadding = false argument
H A DBase32.php51 * @param bool $strictPadding
58 bool $strictPadding = false argument
60 return static::doDecode($encodedString, false, $strictPadding);
67 * @param bool $strictPadding
73 bool $strictPadding = false argument
75 return static::doDecode($src, true, $strictPadding);
256 * @param bool $strictPadding
265 bool $strictPadding = false argument
277 if ($strictPadding) {
359 if ($strictPadding) {
[all …]
H A DHex.php118 * @param bool $strictPadding
126 bool $strictPadding = false argument
128 if (extension_loaded('sodium') && $strictPadding) {
141 if ($strictPadding) {
H A DBase64.php179 * @param bool $strictPadding
189 bool $strictPadding = false argument
197 if ($strictPadding) {
270 if ($strictPadding) {
280 if ($strictPadding) {
283 } elseif ($strictPadding) {