Home
last modified time | relevance | path

Searched refs:cspname (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/engines/
H A De_capi.c173 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()
[all …]