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

  /external/libcups/cups/
tls.c 98 httpSaveCredentials(const char *path, cups_array_t *credentials, const char *common_name)
tls-darwin.c 682 httpSaveCredentials(NULL, credentials, common_name);
971 * 'httpSaveCredentials()' - Save X.509 credentials to a keychain file.
977 httpSaveCredentials(
993 DEBUG_printf(("httpSaveCredentials(path=\"%s\", credentials=%p, common_name=\"%s\")", path, (void *)credentials, common_name));
999 DEBUG_puts("1httpSaveCredentials: Common name does not match.");
1005 DEBUG_puts("1httpSaveCredentials: Unable to create certificate.");
1022 DEBUG_puts("1httpSaveCredentials: Unable to create dictionary.");
1032 DEBUG_puts("1httpSaveCredentials: Unable to create list of keychains.");
1041 DEBUG_printf(("1httpSaveCredentials: SecItemAdd returned %d.", (int)err));
1052 DEBUG_printf(("1httpSaveCredentials: Returning %d.", ret))
    [all...]
tls-gnutls.c 514 httpSaveCredentials(NULL, credentials, common_name);
807 * 'httpSaveCredentials()' - Save X.509 credentials to a keychain file.
813 httpSaveCredentials(
    [all...]
tls-sspi.c 536 * 'httpSaveCredentials()' - Save X.509 credentials to a keychain file.
542 httpSaveCredentials(
561 DEBUG_printf(("httpSaveCredentials(path=\"%s\", credentials=%p, common_name=\"%s\")", path, credentials, common_name));
567 DEBUG_puts("1httpSaveCredentials: Bad common name, returning -1.");
574 DEBUG_puts("1httpSaveCredentials: Bad credentials, returning -1.");
584 DEBUG_printf(("1httpSaveCredentials: CryptAcquireContext failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())));
594 DEBUG_printf(("1httpSaveCredentials: CertOpenSystemStore failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())));
602 DEBUG_printf(("1httpSaveCredentials: CertStrToName failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())));
610 DEBUG_printf(("1httpSaveCredentials: malloc failed for %d bytes.", dwSize));
616 DEBUG_printf(("1httpSaveCredentials: CertStrToName failed: %s", http_sspi_strerror(error, sizeof(error), GetLastError())))
    [all...]

Completed in 48 milliseconds