Home | History | Annotate | Download | only in cups

Lines Matching refs:PCCERT_CONTEXT

64 static PCCERT_CONTEXT http_sspi_create_credential(http_credential_t *cred);
72 static DWORD http_sspi_verify(PCCERT_CONTEXT cert, const char *common_name, DWORD dwCertFlags);
186 PCCERT_CONTEXT cert = http_sspi_create_credential((http_credential_t *)cupsArrayFirst(credentials));
251 PCCERT_CONTEXT cert = NULL; /* Certificate to validate */
295 PCCERT_CONTEXT cert = http_sspi_create_credential((http_credential_t *)cupsArrayFirst(credentials));
335 PCCERT_CONTEXT cert; /* Certificate */
424 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */
548 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */
549 PCCERT_CONTEXT createdContext = NULL; /* Context created by us */
1657 static PCCERT_CONTEXT /* O - Certificate context */
1680 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */
1879 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */
1880 PCCERT_CONTEXT createdContext = NULL; /* Context created by us */
2322 PCCERT_CONTEXT cert, /* I - Server certificate */