HomeSort by relevance Sort by last modified time
    Searched defs:httpLoadCredentials (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
tls.c 90 httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name)
tls-darwin.c 627 httpLoadCredentials(NULL, &tcreds, common_name);
699 if (!httpLoadCredentials(NULL, &tcreds, "site"))
854 * 'httpLoadCredentials()' - Load X.509 credentials from a keychain file.
860 httpLoadCredentials(
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));
    [all...]
tls-gnutls.c 459 httpLoadCredentials(NULL, &tcreds, common_name);
531 if (!httpLoadCredentials(NULL, &tcreds, "site"))
676 * 'httpLoadCredentials()' - Load X.509 credentials from a keychain file.
682 httpLoadCredentials(
    [all...]
tls-sspi.c 412 * 'httpLoadCredentials()' - Load X.509 credentials from a keychain file.
418 httpLoadCredentials(
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: CertStrToName failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())))
    [all...]

Completed in 189 milliseconds