Home | History | Annotate | Download | only in cups

Lines Matching refs:_http_sspi_t

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 */
1308 static _http_sspi_t * /* O - New SSPI/SSL object */
1311 return ((_http_sspi_t *)calloc(sizeof(_http_sspi_t), 1));
1323 _http_sspi_t *sspi = http->tls; /* SSPI data */
1678 _http_sspi_t *sspi = http->tls; /* SSPI data */
1839 http_sspi_free(_http_sspi_t *sspi) /* I - SSPI data */
1872 _http_sspi_t *sspi, /* I - SSPI data */
2069 _http_sspi_t *sspi = http->tls; /* I - SSPI data */