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

  /external/libcups/cups/
tls-sspi.c 62 static _http_sspi_t *http_sspi_alloc(void);
66 static void http_sspi_free(_http_sspi_t *sspi);
67 static BOOL http_sspi_make_credentials(_http_sspi_t *sspi, const LPWSTR containerName, const char *common_name, _http_mode_t mode, int years);
69 static void http_sspi_set_allows_any_root(_http_sspi_t *sspi, BOOL allow);
70 static void http_sspi_set_allows_expired_certs(_http_sspi_t *sspi, BOOL allow);
89 _http_sspi_t *sspi; /* SSPI data */
709 _http_sspi_t *sspi = http->tls; /* SSPI data */
1017 _http_sspi_t *sspi = http->tls; /* SSPI data */
1121 _http_sspi_t *sspi = http->tls; /* SSPI data */
    [all...]
http-private.h 247 } _http_sspi_t; typedef in typeref:struct:_http_sspi_s
248 typedef _http_sspi_t *http_tls_t;

Completed in 356 milliseconds