Home
last modified time | relevance | path

Searched refs:hprov (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c416 HCRYPTPROV hprov; in capi_init() local
483 if (CryptAcquireContextW(&hprov, NULL, rsa_aes_cspname, PROV_RSA_AES, in capi_init()
486 CryptReleaseContext(hprov, 0); in capi_init()
528 HCRYPTPROV hprov; member
887 if (!CryptCreateHash(capi_key->hprov, alg, 0, 0, &hash)) { in capi_rsa_sign()
1032 if (!CryptCreateHash(capi_key->hprov, CALG_SHA1, 0, 0, &hash)) { in capi_dsa_do_sign()
1218 HCRYPTPROV hprov; in capi_list_containers() local
1238 if (!CryptAcquireContextW(&hprov, NULL, cspname, ctx->csptype, in capi_list_containers()
1245 if (!CryptGetProvParam(hprov, PP_ENUMCONTAINERS, NULL, &buflen, in capi_list_containers()
1249 CryptReleaseContext(hprov, in capi_list_containers()
1659 HCRYPTPROV hprov; capi_ctx_set_provname() local
[all...]
/third_party/openssl/engines/
H A De_capi.c416 HCRYPTPROV hprov; in capi_init() local
483 if (CryptAcquireContextW(&hprov, NULL, rsa_aes_cspname, PROV_RSA_AES, in capi_init()
486 CryptReleaseContext(hprov, 0); in capi_init()
528 HCRYPTPROV hprov; member
887 if (!CryptCreateHash(capi_key->hprov, alg, 0, 0, &hash)) { in capi_rsa_sign()
1032 if (!CryptCreateHash(capi_key->hprov, CALG_SHA1, 0, 0, &hash)) { in capi_dsa_do_sign()
1218 HCRYPTPROV hprov; in capi_list_containers() local
1238 if (!CryptAcquireContextW(&hprov, NULL, cspname, ctx->csptype, in capi_list_containers()
1245 if (!CryptGetProvParam(hprov, PP_ENUMCONTAINERS, NULL, &buflen, in capi_list_containers()
1249 CryptReleaseContext(hprov, in capi_list_containers()
1659 HCRYPTPROV hprov; capi_ctx_set_provname() local
[all...]
/third_party/curl/lib/
H A Dcurl_ntlm_core.c260 HCRYPTPROV hprov; in encrypt_des() local
270 if(!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_FULL, in encrypt_des()
288 if(!CryptImportKey(hprov, (BYTE *) &blob, sizeof(blob), 0, 0, &hkey)) { in encrypt_des()
289 CryptReleaseContext(hprov, 0); in encrypt_des()
300 CryptReleaseContext(hprov, 0); in encrypt_des()

Completed in 5 milliseconds