Lines Matching refs:cspname
173 LPSTR cspname; member
1221 LPWSTR cspname = NULL; in capi_list_containers() local
1223 CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname, in capi_list_containers()
1225 if (ctx->cspname != NULL) { in capi_list_containers()
1226 if ((clen = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, in capi_list_containers()
1228 cspname = alloca(clen * sizeof(WCHAR)); in capi_list_containers()
1229 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname, in capi_list_containers()
1232 if (cspname == NULL) { in capi_list_containers()
1238 if (!CryptAcquireContextW(&hprov, NULL, cspname, ctx->csptype, in capi_list_containers()
1595 (len = MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, in capi_find_key()
1598 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, in capi_find_key()
1645 OPENSSL_free(ctx->cspname); in capi_ctx_free()
1681 OPENSSL_free(ctx->cspname); in capi_ctx_set_provname()
1682 ctx->cspname = tmpcspname; in capi_ctx_set_provname()