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

/freebsd-9.3-release/crypto/openssl/engines/
H A De_capi.c106 static void CAPI_trace(CAPI_CTX * ctx, char *format, ...);
315 CAPI_trace(ctx, "Setting store name to %s\n", p);
326 CAPI_trace(ctx, "Setting flags to %d\n", i);
331 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level);
336 CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file);
341 CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype);
766 CAPI_trace(ctx, "Called CAPI_rsa_sign()\n");
845 CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n");
906 CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n");
985 static void CAPI_trace(CAPI_CT function
[all...]

Completed in 51 milliseconds