Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_server.c201 char *accesskey, *randomkey, *sign; in alcs_rec_auth() local
255 randomkey = json_get_value_by_name(data, datalen, "randomKey", in alcs_rec_auth()
257 if (!randomkey || !randomkeylen) { in alcs_rec_auth()
265 utils_hmac_sha1_base64(randomkey, randomkeylen, accessToken, tokenlen, in alcs_rec_auth()
269 randomkey, tokenlen, accessToken, calc_sign_len, buf); in alcs_rec_auth()
318 HAL_Snprintf(buf, sizeof(buf), "%.*s%s", randomkeylen, randomkey, in alcs_rec_auth()

Completed in 5 milliseconds