Home
last modified time | relevance | path

Searched refs:tmp_l (Results 1 - 3 of 3) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_hmac.c40 unsigned char tmp_l = 0x0; in byte2hexstr() local
47 tmp_l = bufin[i] & 0x0F; in byte2hexstr()
50 bufout[STRING_LEN_TIMES * i + OFFSET] = (tmp_l > NUMBER_9) ? in byte2hexstr()
51 (tmp_l - DECIMAL_BASE + 'a'):(tmp_l +'0'); in byte2hexstr()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_hmac.c40 unsigned char tmp_l = 0x0; in byte2hexstr() local
47 tmp_l = bufin[i] & 0x0F; in byte2hexstr()
50 bufout[STRING_LEN_TIMES * i + OFFSET] = (tmp_l > NUMBER_9) ? in byte2hexstr()
51 (tmp_l - DECIMAL_BASE + 'a'):(tmp_l +'0'); in byte2hexstr()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_hmac.c41 unsigned char tmp_l; in Byte2HexStr() local
48 tmp_l = bufin[i] & LOW_BIT_4; in Byte2HexStr()
51 bufout[BUF_OUT_LEN_2 * i + BUF_OUT_LEN_1] = (tmp_l > IOT_HEX_TO_STRING_1) ? \ in Byte2HexStr()
52 (tmp_l - IOT_HEX_TO_STRING_2 + 'a') : (tmp_l +'0'); in Byte2HexStr()

Completed in 1 milliseconds