Searched refs:fromHex (Results 1 – 2 of 2) sorted by relevance
156 bool fromHex(char h, unsigned char *b) { in fromHex() function172 if (!fromHex(h1, &first)) return false; in hexToByte()173 if (!fromHex(h2, &second)) return false; in hexToByte()
2215 private String fromHex(String hexPassword) { in fromHex() method in MountService2427 return fromHex(event.getMessage()); in getPassword()