Home
last modified time | relevance | path

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

/external/toolchain-utils/cwp/interpreter/
Dapp_engine_pull.py66 authtoken = auth_resp_dict['Auth']
67 return authtoken
70 def DownloadSamples(server_name, authtoken, output_dir, start, stop): argument
86 serve_page_string = _GetServePage(server_name, authtoken)
107 _DownloadSampleFromServer(server_name, authtoken, key, time, board, version,
126 def _DownloadSampleFromServer(server_name, authtoken, key, time, board, version, argument
148 serv_args = {'continue': serv_uri, 'auth': authtoken}
183 def _DeleteSampleFromServer(server_name, authtoken, key): argument
195 serv_args = {'continue': serv_uri, 'auth': authtoken}
201 def _GetServePage(server_name, authtoken): argument
[all …]
/external/iperf3/src/
Diperf_auth.h37 …e_auth_setting(const char *username, const char *password, EVP_PKEY *public_key, char **authtoken);
38 int decode_auth_setting(int enable_debug, const char *authtoken, EVP_PKEY *private_key, char **user…
Diperf_auth.c252 …e_auth_setting(const char *username, const char *password, EVP_PKEY *public_key, char **authtoken){ in encode_auth_setting() argument
260 Base64Encode(encrypted, encrypted_len, authtoken); in encode_auth_setting()
264 int decode_auth_setting(int enable_debug, char *authtoken, EVP_PKEY *private_key, char **username, … in decode_auth_setting() argument
267 Base64Decode(authtoken, &encrypted_b64, &encrypted_len_b64); in decode_auth_setting()
Diperf.h151 char *authtoken; /* Authentication token */ member
Diperf_api.c1506 if (test->settings->authtoken){ in test_is_authorized()
1509 …decode_auth_setting(test->debug, test->settings->authtoken, test->server_rsa_private_key, &usernam… in test_is_authorized()
1675 …e, test->settings->client_password, test->settings->client_rsa_pubkey, &test->settings->authtoken); in send_parameters()
1676 cJSON_AddStringToObject(j, "authtoken", test->settings->authtoken); in send_parameters()
1768 test->settings->authtoken = strdup(j_p->valuestring); in get_parameters()
2501 if (test->settings->authtoken) { in iperf_reset_test()
2502 free(test->settings->authtoken); in iperf_reset_test()
2503 test->settings->authtoken = NULL; in iperf_reset_test()