Searched refs:core_hex2str (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_auth.c | 27 core_hex2str(psk_hex, 32, psk, 0); in core_auth_tls_psk() 68 core_hex2str(sign, 32, *dest, 0); in core_auth_mqtt_password() 102 core_hex2str(sign_hex, 32, sign_str, 0); in core_auth_http_body()
|
A D | core_string.h | 27 int32_t core_hex2str(uint8_t *input, uint32_t input_len, char *output, uint8_t lowercase);
|
A D | core_log.c | 14 core_hex2str(code_hex, 2, code_str, 0); in _core_log_append_code() 278 core_hex2str((uint8_t *)&buffer[line_idx], 1, &hexdump[code_len + ch_idx], 0); in core_log_hexdump()
|
A D | core_string.c | 105 int32_t core_hex2str(uint8_t *input, uint32_t input_len, char *output, uint8_t lowercase) in core_hex2str() function
|
/AliOS-Things-master/components/linksdk/components/subdev/ |
A D | aiot_subdev_api.c | 307 core_hex2str(sign, 32, sign_str, 0); in _subdev_calculate_sign() 328 core_hex2str(sign, 32, sign_str, 0); in _subdev_calculate_product_register_sign() 464 core_hex2str(random, 10, random_str, 0); in _subdev_product_register_append_params()
|
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/ |
A D | aiot_dynregmq_api.c | 393 core_hex2str(sign_output, sizeof(sign_output), auth_password, 0); in aiot_dynregmq_send_request()
|
/AliOS-Things-master/components/linksdk/components/dynreg/ |
A D | aiot_dynreg_api.c | 43 core_hex2str(sign_hex, 32, sign_str, 0); in _dynreg_sign()
|
Completed in 9 milliseconds