Searched refs:hex_str_to_base64_str (Results 1 – 1 of 1) sorted by relevance
201 Converter::HexToBase64 => hex_str_to_base64_str(value), in apply_action()252 fn hex_str_to_base64_str(str: String) -> Result<String, String> { in hex_str_to_base64_str() function