Searched refs:decodeUpper (Results 1 – 3 of 3) sorted by relevance
118 return Base32::decodeUpper($str, true);146 return Base32::decodeUpper($str, true);
79 return Base32::decodeUpper($str);127 return Base32Hex::decodeUpper($str);
55 public static function decodeUpper(string $src, bool $strictPadding = false): string function in ParagonIE\\ConstantTime\\Base32