Searched refs:httpLoadCredentials (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | tls.c | 90 httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name) in httpLoadCredentials() function
|
D | testcreds.c | 109 if (!httpLoadCredentials(NULL, &tcreds, hostname)) in main()
|
D | tls-gnutls.c | 459 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust() 531 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust() 682 httpLoadCredentials( in httpLoadCredentials() function
|
D | tls-darwin.c | 627 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust() 699 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust() 860 httpLoadCredentials( in httpLoadCredentials() function
|
D | libcups2.def | 371 httpLoadCredentials
|
D | testhttp.c | 639 printf("LoadCredentials: %d\n", httpLoadCredentials(NULL, &lcreds, hostname)); in main()
|
D | http.h | 639 extern int httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_na…
|
D | tls-sspi.c | 418 httpLoadCredentials( in httpLoadCredentials() function
|