Searched refs:auth_text_format (Results 1 – 1 of 1) sorted by relevance
48 const char *auth_text_format = "user: %s\npwd: %s\nts: %ld"; variable289 const int text_len = strlen(auth_text_format) + strlen(username) + strlen(password) + 32; in encode_auth_setting()294 snprintf(text, text_len, auth_text_format, username, password, utc_seconds); in encode_auth_setting()334 int rc = sscanf((char *) plaintext, auth_text_format, s_username, s_password, ts); in decode_auth_setting()