Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_hmac.c38 unsigned char tmpH = (bufin[i] >> 4) & 0X0F; /* 高字节前4位保存到tmpH */ in Byte2hexstr() local
40 bufout[2 * i] = (tmpH > 9) ? (tmpH - 10 + 'a') : (tmpH + '0'); /* 如果高字节大于9与高字节减10,将高字节转成字符形式,同时字符占2字节 */ in Byte2hexstr()

Completed in 1 milliseconds