Home | History | Annotate | Download | only in crypto

Lines Matching refs:provider_type

366   DWORD provider_type = 0;
370 provider_type = PROV_RSA_AES;
374 provider_type = PROV_RSA_FULL;
381 if (provider_type == 0 || alg == 0)
385 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,
466 DWORD provider_type = 0;
470 provider_type = PROV_RSA_AES;
474 provider_type = PROV_RSA_FULL;
481 if (provider_type == 0 || alg == 0)
485 BOOL ok = CryptAcquireContext(provider.receive(), NULL, NULL, provider_type,