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

  /external/libcups/cups/
tls.c 53 httpCopyCredentials(http_t *http, cups_array_t **credentials)
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 211 milliseconds