Home
last modified time | relevance | path

Searched refs:UAGENT_INFO_PAYLOAD_BASE64_SIZE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/uagent/src/
A Duagent_send.c18 static unsigned char msg_pub_base64[UAGENT_INFO_PAYLOAD_BASE64_SIZE];
84 memset(msg_pub_base64, 0, UAGENT_INFO_PAYLOAD_BASE64_SIZE); in delay_send()
85 … if(0==mbedtls_base64_encode(msg_pub_base64, UAGENT_INFO_PAYLOAD_BASE64_SIZE, &actual_len, in delay_send()
86 (unsigned char *)out, strlen(out)) && actual_len<=UAGENT_INFO_PAYLOAD_BASE64_SIZE){ in delay_send()
164 memset(msg_pub_base64, 0, UAGENT_INFO_PAYLOAD_BASE64_SIZE); in uagent_send()
165 … if(0==mbedtls_base64_encode(msg_pub_base64, UAGENT_INFO_PAYLOAD_BASE64_SIZE, &actual_len, in uagent_send()
/AliOS-Things-master/components/uagent/include/
A Duagent_config.h26 #define UAGENT_INFO_PAYLOAD_BASE64_SIZE 1000 macro

Completed in 3 milliseconds