Home
last modified time | relevance | path

Searched defs:hex_len (Results 1 – 1 of 1) sorted by relevance

/base/security/device_auth/frameworks/deviceauth_lite/source/json/
Dcommonutil.c29 void byte_to_hex_string(const uint8_t *hex, int32_t hex_len, uint8_t *buf, int32_t buf_len) in byte_to_hex_string()
47 int32_t hex_len = len / BYTE_TO_HEX_OPER_LENGTH; /* Halve the length */ in hex_string_to_byte() local