Searched refs:doDecode (Results 1 – 1 of 1) sorted by relevance
52 return static::doDecode($encodedString, false, $strictPadding);67 return static::doDecode($src, true, $strictPadding);227 return static::doDecode(244 protected static function doDecode( function in ParagonIE\\ConstantTime\\Base32