Home
last modified time | relevance | path

Searched refs:key (Results 1 - 25 of 32) sorted by relevance

12

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_hmac.c47 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 Diot_hmac.h28 * @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 Diot_profile.h38 void *nxt; // /<ponit to the next key
39 const char *key; member
H A Dapp_demo_iot.c63 property.key = "Person_times"; in IotPublishPersonTime()
H A Diot_sta.c146 * 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 Dapp.js77 /******/ 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 Dhistory.js77 /******/ 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 Dapp.js77 /******/ 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 Diot_hmac.c58 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 Diot_hmac.h23 * @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 Diot_profile.h41 void *nxt; // < ponit to the next key
42 const char *key; member
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_hmac.c58 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 Diot_hmac.h23 * @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 Diot_profile.h41 void *nxt; // < ponit to the next key
42 const char *key; member
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_hmac.c61 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 Diot_hmac.h28 * @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 Dapp_demo_iot.c158 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 Diot_profile.h69 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 Ddetail.js77 /******/ 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 Dair.js77 /******/ 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 Dlight.js77 /******/ 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 Dindex.js77 /******/ 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 Dindex.js77 /******/ 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 Ddemo_entry_cmsis.c37 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 Ddemo_entry_cmsis.c37 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()

Completed in 7 milliseconds

12