| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_capi.c | 174 DWORD csptype; member in struct:CAPI_CTX_st 379 ret = capi_ctx_set_provname(ctx, p, ctx->csptype, 1); 383 ctx->csptype = i; 1228 ctx->csptype); 1242 if (!CryptAcquireContextW(&hprov, NULL, cspname, ctx->csptype, 1592 ctx->csptype, ctx->keytype); 1618 ctx->csptype = PROV_RSA_FULL; 1667 ctx->csptype = type;
|
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_capi.c | 174 DWORD csptype; member in struct:CAPI_CTX_st 381 ret = capi_ctx_set_provname(ctx, p, ctx->csptype, 1); 385 ctx->csptype = i; 1224 ctx->csptype); 1238 if (!CryptAcquireContextW(&hprov, NULL, cspname, ctx->csptype, 1601 ctx->csptype, ctx->keytype); 1630 ctx->csptype = PROV_RSA_FULL; 1683 ctx->csptype = type;
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_capi.c | 171 DWORD csptype; member in struct:CAPI_CTX_st 378 ret = capi_ctx_set_provname(ctx, p, ctx->csptype, 1); 382 ctx->csptype = i; 1202 ctx->csptype); 1216 if (!CryptAcquireContextW(&hprov, NULL, cspname, ctx->csptype, 1578 ctx->csptype, ctx->keytype); 1607 ctx->csptype = PROV_RSA_FULL; 1660 ctx->csptype = type;
|