• Home
  • Raw
  • Download

Lines Matching refs:hProv

420   HCRYPTPROV	hProv = (HCRYPTPROV)NULL;  in httpLoadCredentials()  local
448 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpLoadCredentials()
452 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpLoadCredentials()
460 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in httpLoadCredentials()
519 if (hProv) in httpLoadCredentials()
520 CryptReleaseContext(hProv, 0); in httpLoadCredentials()
545 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in httpSaveCredentials() local
571 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWK… in httpSaveCredentials()
575 …if (!CryptAcquireContextW(&hProv, L"RememberedContainer", MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACH… in httpSaveCredentials()
583 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in httpSaveCredentials()
657 if (hProv) in httpSaveCredentials()
658 CryptReleaseContext(hProv, 0); in httpSaveCredentials()
1683 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_find_credentials() local
1692 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials()
1696 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials()
1705 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in http_sspi_find_credentials()
1831 if (hProv) in http_sspi_find_credentials()
1832 CryptReleaseContext(hProv, 0); in http_sspi_find_credentials()
1887 HCRYPTPROV hProv = (HCRYPTPROV)NULL; in http_sspi_make_credentials() local
1903 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials()
1907 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials()
1916 …store = CertOpenStore(CERT_STORE_PROV_SYSTEM, X509_ASN_ENCODING|PKCS_7_ASN_ENCODING, hProv, CERT_S… in http_sspi_make_credentials()
1954 if (!CryptGenKey(hProv, AT_KEYEXCHANGE, CRYPT_EXPORTABLE, &hKey)) in http_sspi_make_credentials()
1975 createdContext = CertCreateSelfSignCertificate(hProv, &sib, 0, &kpi, NULL, NULL, &et, &exts); in http_sspi_make_credentials()
2060 if (hProv) in http_sspi_make_credentials()
2061 CryptReleaseContext(hProv, 0); in http_sspi_make_credentials()