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

/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c111 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...);
321 CAPI_trace(ctx, "Setting store name to %s\n", p);
336 CAPI_trace(ctx, "Setting flags to %d\n", i);
341 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level);
348 CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file);
357 CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype);
831 CAPI_trace(ctx, "Called CAPI_rsa_sign()\n");
928 CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n");
1004 CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n");
1086 static void CAPI_trace(CAPI_CT function
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/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);
339 CAPI_trace(ctx, "Setting flags to %d\n", i);
344 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level);
351 CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file);
360 CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype);
844 CAPI_trace(ctx, "Called CAPI_rsa_sign()\n");
941 CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n");
1017 CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n");
1099 static void CAPI_trace(CAPI_CT function
[all...]

Completed in 315 milliseconds