Searched refs:httpLoadCredentials (Results 1 - 7 of 7) sorted by relevance

/external/libcups/cups/
H A Dtls.c90 httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name) function
H A Dtestcreds.c109 if (!httpLoadCredentials(NULL, &tcreds, hostname))
H A Dtls-gnutls.c459 httpLoadCredentials(NULL, &tcreds, common_name);
531 if (!httpLoadCredentials(NULL, &tcreds, "site"))
676 * 'httpLoadCredentials()' - Load X.509 credentials from a keychain file.
682 httpLoadCredentials( function
H A Dtls-darwin.c627 httpLoadCredentials(NULL, &tcreds, common_name);
699 if (!httpLoadCredentials(NULL, &tcreds, "site"))
854 * 'httpLoadCredentials()' - Load X.509 credentials from a keychain file.
860 httpLoadCredentials( function
880 DEBUG_printf(("httpLoadCredentials(path=\"%s\", credentials=%p, common_name=\"%s\")", path, (void *)credentials, common_name));
941 DEBUG_printf(("1httpLoadCredentials: Adding %d byte certificate blob.", (int)CFDataGetLength(data)));
964 DEBUG_printf(("1httpLoadCredentials: Returning %d.", *credentials ? 0 : -1));
H A Dhttp.h640 extern int httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name) _CUPS_API_2_0;
H A Dtesthttp.c639 printf("LoadCredentials: %d\n", httpLoadCredentials(NULL, &lcreds, hostname));
H A Dtls-sspi.c412 * 'httpLoadCredentials()' - Load X.509 credentials from a keychain file.
418 httpLoadCredentials( function
435 DEBUG_printf(("httpLoadCredentials(path=\"%s\", credentials=%p, common_name=\"%s\")", path, credentials, common_name));
445 DEBUG_puts("1httpLoadCredentials: NULL credentials pointer, returning -1.");
451 DEBUG_puts("1httpLoadCredentials: Bad common name, returning -1.");
461 DEBUG_printf(("1httpLoadCredentials: CryptAcquireContext failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())));
471 DEBUG_printf(("1httpLoadCredentials: CertOpenSystemStore failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())));
479 DEBUG_printf(("1httpLoadCredentials: CertStrToName failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())));
487 DEBUG_printf(("1httpLoadCredentials: malloc failed for %d bytes.", dwSize));
493 DEBUG_printf(("1httpLoadCredentials
[all...]

Completed in 105 milliseconds