Lines Matching refs:seq
54 unsigned int seq; member
84 const char *p_product_key, unsigned int seq, in iotx_calc_sign_with_seq() argument
97 p_client_id, p_device_name, p_product_key, seq); in iotx_calc_sign_with_seq()
169 p_iotx_coap->seq = node.value_int; in iotx_parse_auth_from_json()
516 p_iotx_coap->seq, sign); in IOT_CoAP_DeviceNameAuth()
521 p_iotx_coap->p_devinfo->device_id, sign, p_iotx_coap->seq); in IOT_CoAP_DeviceNameAuth()
691 unsigned char seq[33] = { 0 }; in IOT_CoAP_SendMessage() local
693 p_iotx_coap->seq++); in IOT_CoAP_SendMessage()
695 p_iotx_coap->key, seq); in IOT_CoAP_SendMessage()
698 (unsigned char *)seq, len); in IOT_CoAP_SendMessage()
702 HEXDUMP_DEBUG(seq, len); in IOT_CoAP_SendMessage()
898 p_iotx_coap->seq = iotx_get_seq(); in IOT_CoAP_Init()