Lines Matching refs:memset

69     memset(sign, 0x00, IOTX_SIGN_LENGTH);  in iotx_calc_sign()
70 memset(p_msg, 0x00, IOTX_SIGN_SOURCE_LEN); in iotx_calc_sign()
93 memset(sign, 0x00, IOTX_SIGN_LENGTH); in iotx_calc_sign_with_seq()
94 memset(p_msg, 0x00, IOTX_SIGN_SOURCE_LEN); in iotx_calc_sign_with_seq()
120 memset(p_token, 0x00, len); in iotx_get_token_from_json()
146 memset(&root, 0x00, sizeof(lite_cjson_t)); in iotx_parse_auth_from_json()
147 memset(&node, 0x00, sizeof(lite_cjson_t)); in iotx_parse_auth_from_json()
160 memset(p_iotx_coap->p_auth_token, 0x00, node.value_length); in iotx_parse_auth_from_json()
163 memset(&node, 0x00, sizeof(lite_cjson_t)); in iotx_parse_auth_from_json()
171 memset(&node, 0x00, sizeof(lite_cjson_t)); in iotx_parse_auth_from_json()
352 memset(&message, 0, sizeof(iotx_message_t)); in coap_report_func()
380 memset(buf + len - len1, pad, pad); in iotx_aes_cbc_encrypt()
509 memset(p_payload, 0x00, COAP_MSG_MAX_PDU_LEN); in IOT_CoAP_DeviceNameAuth()
587 memset(path, 0x00, sizeof(path)); in iotx_split_path_2_option()
596 memset(path, 0x00, sizeof(path)); in iotx_split_path_2_option()
708 memset(payload, 0x00, COAP_MSG_MAX_PDU_LEN); in IOT_CoAP_SendMessage()
776 memset(payload, 0x00, COAP_MSG_MAX_PDU_LEN); in IOT_CoAP_GetMessagePayload()
858 memset(p_iotx_coap, 0x00, sizeof(iotx_coap_t)); in IOT_CoAP_Init()
865 memset(p_iotx_coap->p_auth_token, 0x00, IOTX_AUTH_TOKEN_LEN); in IOT_CoAP_Init()
877 memset(p_iotx_coap->p_devinfo, 0x00, sizeof(iotx_coap_device_info_t)); in IOT_CoAP_Init()
881 memset(p_iotx_coap->p_devinfo, 0x00, sizeof(iotx_coap_device_info_t)); in IOT_CoAP_Init()
899 memset(p_iotx_coap->key, 0x00, sizeof(p_iotx_coap->key)); in IOT_CoAP_Init()
902 memset(&param, 0x00, sizeof(Cloud_CoAPInitParam)); in IOT_CoAP_Init()