HomeSort by relevance Sort by last modified time
    Searched refs:httpCopyCredentials (Results 1 - 7 of 7) sorted by null

  /external/libcups/cups/
tls.c 53 httpCopyCredentials(http_t *http, cups_array_t **credentials)
testcreds.c 76 if (!httpCopyCredentials(http, &hcreds))
http.h 574 extern int httpCopyCredentials(http_t *http,
testhttp.c 626 if (!httpCopyCredentials(http, &creds))
tls-darwin.c 423 * 'httpCopyCredentials()' - Copy the credentials associated with the peer in
430 httpCopyCredentials(
442 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", (void *)http, (void *)credentials));
452 DEBUG_printf(("2httpCopyCredentials: Peer provided %d certificates.", (int)SecTrustGetCertificateCount(peerTrust)));
470 DEBUG_printf(("2httpCopyCredentials: Certificate %d name is \"%s\".", i, name));
475 DEBUG_printf(("2httpCopyCredentials: Adding %d byte certificate blob.", (int)CFDataGetLength(data)));
    [all...]
tls-gnutls.c 291 * 'httpCopyCredentials()' - Copy the credentials associated with the peer in
298 httpCopyCredentials(
306 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", http, credentials));
317 DEBUG_printf(("1httpCopyCredentials: certs=%p, count=%u", certs, count));
    [all...]
tls-sspi.c 134 * 'httpCopyCredentials()' - Copy the credentials associated with the peer in
141 httpCopyCredentials(
145 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", http, credentials));
    [all...]

Completed in 66 milliseconds