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