Searched refs:auth_password (Results 1 – 4 of 4) sorted by relevance
77 char *auth_password; /**< Password for basic authentication. */ member
58 char *auth_password; /**< password for basic authentication */ member
317 char auth_password[65] = {0}; in aiot_dynregmq_send_request() local393 core_hex2str(sign_output, sizeof(sign_output), auth_password, 0); in aiot_dynregmq_send_request()405 (void *)auth_password)) < STATE_SUCCESS) || in aiot_dynregmq_send_request()
162 client->auth_password = password; in httpclient_basic_auth()172 snprintf(base64buff, sizeof(base64buff), "%s:%s", client->auth_user, client->auth_password) ; in httpclient_send_auth()
Completed in 11 milliseconds