Searched refs:token_str (Results 1 – 1 of 1) sorted by relevance
346 char token_str[(RANDOM_MAX_LEN << 1) + 1] = { 0 }; in awss_report_token_to_cloud() local361 utils_hex_to_str(aes_random, RANDOM_MAX_LEN, token_str, in awss_report_token_to_cloud()362 sizeof(token_str) - 1); in awss_report_token_to_cloud()364 token_str); in awss_report_token_to_cloud()
Completed in 5 milliseconds