Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp361 char encodeUnit[ENCODE_UNIT_LEN] = {0}; in DecToHexString() local
363 if (sprintf_s(encodeUnit, ENCODE_UNIT_LEN, "%02x", data[i]) <= 0) { in DecToHexString()
367 hexString.push_back(encodeUnit[0]); in DecToHexString()
368 hexString.push_back(encodeUnit[1]); in DecToHexString()