• Home
  • Raw
  • Download

Lines Matching refs:hProv

426   HCRYPTPROV	hProv = (HCRYPTPROV)NULL;  in httpLoadCredentials()  local
454 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpLoadCredentials()
458 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpLoadCredentials()
466 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in httpLoadCredentials()
525 if (hProv) in httpLoadCredentials()
526 CryptReleaseContext(hProv, 0); in httpLoadCredentials()
551 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpSaveCredentials() local
577 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpSaveCredentials()
581 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpSaveCredentials()
589 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in httpSaveCredentials()
663 if (hProv) in httpSaveCredentials()
664 CryptReleaseContext(hProv, 0); in httpSaveCredentials()
1689 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_find_credentials() local
1698 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials()
1702 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials()
1711 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in http_sspi_find_credentials()
1837 if (hProv) in http_sspi_find_credentials()
1838 CryptReleaseContext(hProv, 0); in http_sspi_find_credentials()
1893 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_make_credentials() local
1909 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials()
1913 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials()
1922 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in http_sspi_make_credentials()
1960 if (!CryptGenKey(hProv, AT_KEYEXCHANGE, CRYPT_EXPORTABLE, &hKey)) in http_sspi_make_credentials()
1979 createdContext = CertCreateSelfSignCertificate(hProv, &sib, 0, &kpi, NULL, NULL, &et, &exts); in http_sspi_make_credentials()
2064 if (hProv) in http_sspi_make_credentials()
2065 CryptReleaseContext(hProv, 0); in http_sspi_make_credentials()