Home
last modified time | relevance | path

Searched refs:HexChar2Byte (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Daes_gcm_helper.cpp54 unsigned char AesGcmHelper::HexChar2Byte(const char &hexCh) in HexChar2Byte() function in OHOS::Notification::AesGcmHelper
76 unsigned char high = HexChar2Byte(hex[i]); in Hex2Byte()
77 unsigned char low = HexChar2Byte(hex[i + 1]); in Hex2Byte()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Daes_gcm_helper.h36 static unsigned char HexChar2Byte(const char &hexCh);