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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_capi.c183 LPSTR cspname; member in struct:CAPI_CTX_st
195 /* Container name: uses cspname, keytype */
1109 CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname,
1112 (&hprov, NULL, ctx->cspname, ctx->csptype, CRYPT_VERIFYCONTEXT)) {
1450 key = capi_get_key(ctx, id, ctx->cspname, ctx->csptype, ctx->keytype);
1478 ctx->cspname = NULL;
1498 if (ctx->cspname)
1499 OPENSSL_free(ctx->cspname);
1524 if (ctx->cspname)
1525 OPENSSL_free(ctx->cspname);
[all...]

Completed in 156 milliseconds