Searched refs:randomkeylen (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_server.c | 207 int randomkeylen; in alcs_rec_auth() local 256 &randomkeylen, NULL); 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() 268 COAP_INFO("calc randomKey:%.*s,token:%.*s,sign:%.*s", randomkeylen, in alcs_rec_auth() 318 HAL_Snprintf(buf, sizeof(buf), "%.*s%s", randomkeylen, randomkey, in alcs_rec_auth()
|
Completed in 3 milliseconds