Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_uri.c125 static inline uint32_t HexEncode(uint32_t v) in HexEncode() function
181 buf[off] = (char) HexEncode(value[i] >> 4); // higher 4 bits of the char byte in EncodeComp()
183 buf[off] = (char) HexEncode(value[i]); // lower 4 bits of the char byte in EncodeComp()