Searched defs:_httpTLSWrite (Results 1 - 4 of 4) sorted by relevance

/external/libcups/cups/
H A Dtls-boringssl.c457 * '_httpTLSWrite()' - Write to a SSL/TLS connection.
461 _httpTLSWrite(http_t *http, /* I - Connection to server */ function
H A Dtls-gnutls.c1600 * '_httpTLSWrite()' - Write to a SSL/TLS connection.
1604 _httpTLSWrite(http_t *http, /* I - Connection to server */ function
H A Dtls-darwin.c1708 * '_httpTLSWrite()' - Write to a SSL/TLS connection.
1712 _httpTLSWrite(http_t *http, /* I - HTTP connection */ function
1721 DEBUG_printf(("2_httpTLSWrite(http=%p, buf=%p, len=%d)", (void *)http, (void *)buf, len));
1757 DEBUG_printf(("3_httpTLSWrite: Returning %d.", (int)result));
H A Dtls-sspi.c1114 * '_httpTLSWrite()' - Write to a SSL/TLS connection.
1118 _httpTLSWrite(http_t *http, /* I - HTTP connection */ function
1139 DEBUG_printf(("_httpTLSWrite: Unable to allocate buffer of %d bytes.", bufferLen));
1190 DEBUG_printf(("_httpTLSWrite: EncryptMessage failed: %s", http_sspi_strerror(sspi->error, sizeof(sspi->error), scRet)));
1205 DEBUG_printf(("_httpTLSWrite: send failed: %ld", WSAGetLastError()));

Completed in 349 milliseconds