Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_capi.c114 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...);
324 CAPI_trace(ctx, "Setting store name to %s\n", p); in capi_ctrl()
339 CAPI_trace(ctx, "Setting flags to %d\n", i); in capi_ctrl()
344 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); in capi_ctrl()
351 CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file); in capi_ctrl()
360 CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype); in capi_ctrl()
844 CAPI_trace(ctx, "Called CAPI_rsa_sign()\n"); in capi_rsa_sign()
941 CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n"); in capi_rsa_priv_dec()
1017 CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n"); in capi_dsa_do_sign()
1099 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...) in CAPI_trace() function
[all …]