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 | 461 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust() 533 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust() 681 httpLoadCredentials( in httpLoadCredentials() function
|
D | libcups2.def | 362 httpLoadCredentials
|
D | tls-darwin.c | 629 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust() 701 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust() 859 httpLoadCredentials( in httpLoadCredentials() function
|
D | testhttp.c | 684 printf("LoadCredentials: %d\n", httpLoadCredentials(NULL, &lcreds, hostname)); in main()
|
D | http.h | 643 extern int httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_na…
|
D | tls-sspi.c | 417 httpLoadCredentials( in httpLoadCredentials() function
|