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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c208 LPSTR cspname; member in struct:CAPI_CTX_st
220 /* Container name: uses cspname, keytype */
1152 LPTSTR cspname = NULL; local
1154 CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname,
1156 if (ctx->cspname && sizeof(TCHAR) != sizeof(char)) {
1158 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, NULL, 0))) {
1159 cspname = alloca(clen * sizeof(WCHAR));
1160 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname,
1163 if (!cspname) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c208 LPSTR cspname; member in struct:CAPI_CTX_st
220 /* Container name: uses cspname, keytype */
1152 LPTSTR cspname = NULL; local
1154 CAPI_trace(ctx, "Listing containers CSP=%s, type = %d\n", ctx->cspname,
1156 if (ctx->cspname && sizeof(TCHAR) != sizeof(char)) {
1158 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, NULL, 0))) {
1159 cspname = alloca(clen * sizeof(WCHAR));
1160 MultiByteToWideChar(CP_ACP, 0, ctx->cspname, -1, (WCHAR *)cspname,
1163 if (!cspname) {
[all...]

Completed in 39 milliseconds