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

/freebsd-10.1-release/crypto/openssl/engines/
H A De_capi.c128 static void CAPI_trace(CAPI_CTX * ctx, char *format, ...);
337 CAPI_trace(ctx, "Setting store name to %s\n", p);
348 CAPI_trace(ctx, "Setting flags to %d\n", i);
353 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level);
358 CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file);
363 CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype);
789 CAPI_trace(ctx, "Called CAPI_rsa_sign()\n");
868 CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n");
929 CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n");
1008 static void CAPI_trace(CAPI_CT function
[all...]

Completed in 53 milliseconds