Home
last modified time | relevance | path

Searched refs:creds_str (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dtlscheck.c41 char creds_str[2048]; /* Credentials string */ in main() local
176 strlcpy(creds_str, "Unable to get server X.509 credentials.", sizeof(creds_str)); in main()
180 httpCredentialsString(creds, creds_str, sizeof(creds_str)); in main()
721 printf(" %s\n", creds_str); in main()
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py326 creds_str = json.dumps(creds)
329 cache_file.LockedWrite(creds_str)