Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c542 PCCERT_CONTEXT createdContext = NULL; /* Context created by us */ in httpSaveCredentials() local
564 createdContext = http_sspi_create_credential((http_credential_t *)cupsArrayFirst(credentials)); in httpSaveCredentials()
565 if (!createdContext) in httpSaveCredentials()
618 …if (!CertAddCertificateContextToStore(store, createdContext, CERT_STORE_ADD_REPLACE_EXISTING, &sto… in httpSaveCredentials()
645 if (createdContext) in httpSaveCredentials()
646 CertFreeCertificateContext(createdContext); in httpSaveCredentials()
1884 PCCERT_CONTEXT createdContext = NULL; /* Context created by us */ in http_sspi_make_credentials() local
1975 createdContext = CertCreateSelfSignCertificate(hProv, &sib, 0, &kpi, NULL, NULL, &et, &exts); in http_sspi_make_credentials()
1977 if (!createdContext) in http_sspi_make_credentials()
1989 …if (!CertAddCertificateContextToStore(store, createdContext, CERT_STORE_ADD_REPLACE_EXISTING, &sto… in http_sspi_make_credentials()
[all …]