Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_base64.c43 uint32_t *outputLength) in utils_base64encode() argument
52 *outputLength = 4 * ((inputLength + 2) / 3); in utils_base64encode()
54 if (outputLenMax < *outputLength) { in utils_base64encode()
80 uint32_t *outputLength) in utils_base64decode() argument
96 *outputLength = inputLength / 4 * 3; in utils_base64decode()
99 (*outputLength)--; in utils_base64decode()
103 (*outputLength)--; in utils_base64decode()
106 if (outputLenMax < *outputLength) { in utils_base64decode()
119 if (j < *outputLength) { in utils_base64decode()
123 if (j < *outputLength) { in utils_base64decode()
[all …]
A Dalcs_base64.h8 uint32_t *outputLength);
11 uint32_t *outputLength);

Completed in 4 milliseconds