Searched refs:awss_zalloc (Results 1 – 18 of 18) sorted by relevance
126 dev_name = awss_zalloc(MAX_DEV_NAME_LEN + 1); in online_dev_bind_monitor()127 key = awss_zalloc(MAX_PK_LEN + 1); in online_dev_bind_monitor()184 dev_name = awss_zalloc(MAX_DEV_NAME_LEN + 1); in awss_enrollee_checkin()185 packet = awss_zalloc(CHECK_IN_RSP_LEN + 1); in awss_enrollee_checkin()186 key = awss_zalloc(MAX_PK_LEN + 1); in awss_enrollee_checkin()337 param = awss_zalloc(AWSS_REPORT_PKT_LEN); in awss_request_cipher_key()338 packet = awss_zalloc(AWSS_REPORT_PKT_LEN); in awss_request_cipher_key()397 key = awss_zalloc(MAX_PK_LEN + 1); in awss_get_cipher_reply()604 key = awss_zalloc(MAX_PK_LEN + 1); in awss_report_enrollee_reply()654 param = awss_zalloc(AWSS_REPORT_PKT_LEN); in awss_report_enrollee()[all …]
47 dev_name = awss_zalloc(OS_DEVICE_NAME_LEN + 1); in awss_init_enrollee_info()51 pk = awss_zalloc(OS_PRODUCT_KEY_LEN + 1); in awss_init_enrollee_info()64 text = awss_zalloc(len + 1); /* +1 for string print */ in awss_init_enrollee_info()90 enrollee_frame = awss_zalloc(enrollee_frame_len); in awss_init_enrollee_info()
41 awss_zalloc(sizeof(struct coap_session_ctx_t)); in awss_cpy_coap_ctx()46 ctx->request = awss_zalloc(sizeof(struct CoAPMessage)); in awss_cpy_coap_ctx()63 req->payload = awss_zalloc(len + 1); in awss_cpy_coap_ctx()71 ctx->remote = awss_zalloc(sizeof(platform_netaddr_t)); in awss_cpy_coap_ctx()
54 buf = awss_zalloc(DEV_INFO_LEN_MAX); in awss_build_dev_info()126 pk = awss_zalloc(IOTX_PRODUCT_KEY_LEN + 1); in awss_build_sign_src()127 dev_name = awss_zalloc(IOTX_DEVICE_NAME_LEN + 1); in awss_build_sign_src()
90 buf = awss_zalloc(DEV_INFO_LEN_MAX); in process_get_device_info()95 dev_info = awss_zalloc(DEV_INFO_LEN_MAX); in process_get_device_info()
33 log_content = awss_zalloc(AWSS_STATIS_DB_BUF_LEN + 1); in awss_bind_report_statis()37 log_buf = awss_zalloc(log_buf_len + 1); in awss_bind_report_statis()
238 buf = awss_zalloc(DEV_INFO_LEN_MAX); in awss_notify_dev_info()239 dev_info = awss_zalloc(DEV_INFO_LEN_MAX); in awss_notify_dev_info()308 buf = awss_zalloc(DEV_INFO_LEN_MAX); in awss_process_get_devinfo()313 dev_info = awss_zalloc(DEV_INFO_LEN_MAX); in awss_process_get_devinfo()
145 packet = awss_zalloc(packet_len + 1); in awss_online_switchap()335 packet = awss_zalloc(packet_len + 1); in awss_report_token_to_cloud()
74 uint8_t *bit = (uint8_t *)awss_zalloc(in_len * bits); in decode_chinese()274 (struct zconfig_data *)awss_zalloc(sizeof(struct zconfig_data)); in zconfig_init()
457 aws_info = awss_zalloc(sizeof(struct aws_info)); in aws_start()
65 void *awss_zalloc(uint32_t size);
124 void *awss_zalloc(uint32_t size) in awss_zalloc() function
49 uint8_t *decoded = (uint8_t *)awss_zalloc(len + 1); in aes_decrypt_string()
84 log_content = awss_zalloc(AWSS_STATIS_BUF_LEN + 1); in awss_report_statis()87 log_buf = awss_zalloc(log_buf_len + 1); in awss_report_statis()
394 msg = awss_zalloc(AWSS_DEV_AP_SWITCHA_RSP_LEN); in wifimgr_process_dev_ap_switchap_request()398 dev_info = awss_zalloc(AWSS_DEV_AP_SWITCHA_RSP_LEN); in wifimgr_process_dev_ap_switchap_request()
179 buf = awss_zalloc(ssid_encode_len + 1); in zconfig_recv_completed()239 buf = awss_zalloc(256); in zconfig_get_ssid_passwd()244 tmp = awss_zalloc(128); in zconfig_get_ssid_passwd()
24 (struct ap_info *)awss_zalloc(sizeof(struct ap_info) * MAX_APLIST_NUM); in awss_init_ieee80211_aplist()
197 uint8_t *passwd_cipher = awss_zalloc(128); in get_ssid_passwd_from_w()
Completed in 24 milliseconds