/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_hmac.c | 47 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen, in HmacGeneratePwd() argument 54 if (key == NULL || content == NULL || buf == NULL || keyLen == 0 || contentLen == 0 || in HmacGeneratePwd() 71 (void)mbedtls_md_hmac_starts(&mbedtls_md_ctx, key, keyLen); in HmacGeneratePwd()
|
H A D | iot_hmac.h | 28 * @param key: This is the key for the hmac, and usually it is the time, 30 * @param key_len: The length of the key 35 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen,
|
H A D | iot_profile.h | 38 void *nxt; // /<ponit to the next key 39 const char *key; member
|
H A D | app_demo_iot.c | 63 property.key = "Person_times"; in IotPublishPersonTime()
|
H A D | iot_sta.c | 146 * then memcpy(assoc_req.key, "12345678", 8). in StaStartConnect() 149 rc = memcpy_s(assoc_req.key, HI_WIFI_MAX_KEY_LEN + 1, CONFIG_AP_PWD, strlen(CONFIG_AP_PWD)); in StaStartConnect()
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/ |
H A D | app.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/history/ |
H A D | history.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/ |
H A D | app.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | iot_hmac.c | 58 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key, in HmacGeneratePwd() argument 66 if ((key == NULL)||(content == NULL)||(buf == NULL)|| in HmacGeneratePwd() 84 (void)mbedtls_md_hmac_starts(&mbedtls_md_ctx, key, keyLen); in HmacGeneratePwd()
|
H A D | iot_hmac.h | 23 * @param key: This is the key for the hmac, and usually it is the time used in the client_id: 25 * @param key_len: The length of the key 30 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key,
|
H A D | iot_profile.h | 41 void *nxt; // < ponit to the next key 42 const char *key; member
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | iot_hmac.c | 58 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key, in HmacGeneratePwd() argument 66 if ((key == NULL)||(content == NULL)||(buf == NULL)|| in HmacGeneratePwd() 84 (void)mbedtls_md_hmac_starts(&mbedtls_md_ctx, key, keyLen); in HmacGeneratePwd()
|
H A D | iot_hmac.h | 23 * @param key: This is the key for the hmac, and usually it is the time used in the client_id: 25 * @param key_len: The length of the key 30 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key,
|
H A D | iot_profile.h | 41 void *nxt; // < ponit to the next key 42 const char *key; member
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | iot_hmac.c | 61 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen, in HmacGeneratePwd() argument 68 if (key == NULL || content == NULL || buf == NULL || keyLen == 0 || contentLen == 0 || in HmacGeneratePwd() 85 (void)mbedtls_md_hmac_starts(&mbedtls_md_ctx, key, keyLen); in HmacGeneratePwd()
|
H A D | iot_hmac.h | 28 * @param key: This is the key for the hmac, and usually it is the time, 30 * @param key_len: The length of the key 35 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen,
|
H A D | app_demo_iot.c | 158 property.key = "HumanModule"; in SetupCleanTrflStatus() 167 property.key = "ControlModule"; in SetupCleanTrflStatus() 176 property.key = "AutoModule"; in SetupCleanTrflStatus() 200 property.key = "ControlModule"; in SetupTrflControlModule() 215 property.key = "AutoModule"; in SetupTrflControlModule() 234 property.key = "AutoModuleRLedTC"; in ReportLedLightTimeCount() 243 property.key = "AutoModuleYLedTC"; in ReportLedLightTimeCount() 252 property.key = "AutoModuleGLedTC"; in ReportLedLightTimeCount() 275 property.key = "AutoModule"; in SetupTrflAutoModule() 304 property.key in SetupTrflHumanModule() [all...] |
H A D | iot_profile.h | 69 void *nxt; ///< ponit to the next key 70 const char *key; member
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/detail/ |
H A D | detail.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/air/ |
H A D | air.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/light/ |
H A D | light.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/index/ |
H A D | index.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); 235 key: 'storage_key', 247 key: 'storage_key',
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/index/ |
H A D | index.js | 77 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | demo_entry_cmsis.c | 37 int ConnectToWifi(const char* ssid, const char* key, const int type) in ConnectToWifi() argument 42 if (strcpy_s(config.preSharedKey, sizeof(config.preSharedKey), key)) { in ConnectToWifi() 72 printf("get key value failed, ret is %d\r\n", ret); in CheckKvStoreResult()
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | demo_entry_cmsis.c | 37 int ConnectToWifi(const char* ssid, const char* key, const int type) in ConnectToWifi() argument 42 if (strcpy_s(config.preSharedKey, sizeof(config.preSharedKey), key) == TRUE) { in ConnectToWifi() 72 printf("get key value failed, ret is %d\r\n", ret); in CheckKvStoreResult()
|