Home
last modified time | relevance | path

Searched refs:createdContext (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtls-sspi.c549 PCCERT_CONTEXT createdContext = NULL; /* Context created by us */ in httpSaveCredentials() local
571 createdContext = http_sspi_create_credential((http_credential_t *)cupsArrayFirst(credentials)); in httpSaveCredentials()
572 if (!createdContext) in httpSaveCredentials()
625 …if (!CertAddCertificateContextToStore(store, createdContext, CERT_STORE_ADD_REPLACE_EXISTING, &sto… in httpSaveCredentials()
652 if (createdContext) in httpSaveCredentials()
653 CertFreeCertificateContext(createdContext); in httpSaveCredentials()
1881 PCCERT_CONTEXT createdContext = NULL; /* Context created by us */ in http_sspi_make_credentials() local
1970 createdContext = CertCreateSelfSignCertificate(hProv, &sib, 0, &kpi, NULL, NULL, &et, &exts); in http_sspi_make_credentials()
1972 if (!createdContext) in http_sspi_make_credentials()
1984 …if (!CertAddCertificateContextToStore(store, createdContext, CERT_STORE_ADD_REPLACE_EXISTING, &sto… in http_sspi_make_credentials()
[all …]