Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtel_aes_crypto_util.cpp35 constexpr size_t HEX_UNIT_LEN = 2; variable
376 if (hexString.empty() || hexString.length() % HEX_UNIT_LEN != 0) { in HexToDecString()
382 size_t len = hexString.length() / HEX_UNIT_LEN; in HexToDecString()
397 pos += HEX_UNIT_LEN; in HexToDecString()