Searched refs:hex_len (Results 1 – 2 of 2) sorted by relevance
29 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() argument31 if (buf_len < hex_len * BYTE_TO_HEX_OPER_LENGTH) { in byte_to_hex_string()34 for (int32_t i = 0; i < hex_len; i++) { in byte_to_hex_string()47 int32_t hex_len = len / BYTE_TO_HEX_OPER_LENGTH; /* Halve the length */ in hex_string_to_byte() local50 for (int32_t i = 0; i < hex_len; i++) { in hex_string_to_byte()
25 void byte_to_hex_string(const uint8_t *hex, int32_t hex_len, uint8_t *buf, int32_t buf_len);