Searched refs:HmacGeneratePwd (Results 1 - 10 of 10) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_hmac.h | 35 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen,
|
H A D | iot_hmac.c | 47 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen, in HmacGeneratePwd() function
|
H A D | iot_main.c | 264 (void)HmacGeneratePwd((const unsigned char *)CONFIG_DEVICE_PWD, strlen(CONFIG_DEVICE_PWD), in MainEntryProcess()
|
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/ |
H A D | iot_hmac.h | 30 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key,
|
H A D | iot_hmac.c | 58 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key, in HmacGeneratePwd() function
|
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/ |
H A D | iot_hmac.h | 30 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key,
|
H A D | iot_hmac.c | 58 int HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key, in HmacGeneratePwd() function
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | iot_hmac.h | 35 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen,
|
H A D | iot_hmac.c | 61 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen, in HmacGeneratePwd() function
|
H A D | iot_main.c | 255 (void)HmacGeneratePwd((const unsigned char *)CONFIG_DEVICE_PWD, strlen(CONFIG_DEVICE_PWD), in MainEntryProcess()
|
Completed in 3 milliseconds