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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_capi.c161 LPSTR cspname; member in struct:CAPI_CTX_st
173 /* Container name: uses cspname, keytype */
1086 CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname,
1089 (&hprov, NULL, ctx->cspname, ctx->csptype, CRYPT_VERIFYCONTEXT)) {
1427 key = capi_get_key(ctx, id, ctx->cspname, ctx->csptype, ctx->keytype);
1455 ctx->cspname = NULL;
1475 if (ctx->cspname)
1476 OPENSSL_free(ctx->cspname);
1501 if (ctx->cspname)
1502 OPENSSL_free(ctx->cspname);
[all...]

Completed in 186 milliseconds