Home
last modified time | relevance | path

Searched refs:keyLen (Results 1 - 8 of 8) sorted by relevance

/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.h35 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen,
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_hmac.c59 int keyLen, unsigned char *buf) in HmacGeneratePwd()
67 (keyLen == 0)||(contentLen == 0)|| in HmacGeneratePwd()
84 (void)mbedtls_md_hmac_starts(&mbedtls_md_ctx, key, keyLen); in HmacGeneratePwd()
58 HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key, int keyLen, unsigned char *buf) HmacGeneratePwd() argument
H A Diot_hmac.h31 int keyLen, unsigned char *buf);
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_hmac.c59 int keyLen, unsigned char *buf) in HmacGeneratePwd()
67 (keyLen == 0)||(contentLen == 0)|| in HmacGeneratePwd()
84 (void)mbedtls_md_hmac_starts(&mbedtls_md_ctx, key, keyLen); in HmacGeneratePwd()
58 HmacGeneratePwd(const unsigned char *content, int contentLen, const unsigned char *key, int keyLen, unsigned char *buf) HmacGeneratePwd() argument
H A Diot_hmac.h31 int keyLen, unsigned char *buf);
/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.h35 int HmacGeneratePwd(unsigned char *content, int contentLen, unsigned char *key, int keyLen,

Completed in 2 milliseconds