Searched refs:HexChar2Byte (Results 1 – 2 of 2) sorted by relevance
54 unsigned char AesGcmHelper::HexChar2Byte(const char &hexCh) in HexChar2Byte() function in OHOS::Notification::AesGcmHelper76 unsigned char high = HexChar2Byte(hex[i]); in Hex2Byte()77 unsigned char low = HexChar2Byte(hex[i + 1]); in Hex2Byte()
36 static unsigned char HexChar2Byte(const char &hexCh);