Searched refs:storedContext (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | tls-sspi.c | 424 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */ in httpLoadCredentials() local 500 …storedContext = CertFindCertificateInStore(store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, CERT… in httpLoadCredentials() 502 if (!storedContext) in httpLoadCredentials() 509 httpAddCredential(*credentials, storedContext->pbCertEncoded, storedContext->cbCertEncoded); in httpLoadCredentials() 517 if (storedContext) in httpLoadCredentials() 518 CertFreeCertificateContext(storedContext); in httpLoadCredentials() 548 PCCERT_CONTEXT storedContext = NULL; /* Context created from the store */ in httpSaveCredentials() local 625 …dCertificateContextToStore(store, createdContext, CERT_STORE_ADD_REPLACE_EXISTING, &storedContext)) in httpSaveCredentials() 638 if (!CertSetCertificateContextProperty(storedContext, CERT_KEY_PROV_INFO_PROP_ID, 0, &ckp)) in httpSaveCredentials() 655 if (storedContext) in httpSaveCredentials() [all …]
|