Searched refs:CAPI_trace (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_capi.c | 114 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 …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_capi.c | 111 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...); 321 CAPI_trace(ctx, "Setting store name to %s\n", p); in capi_ctrl() 336 CAPI_trace(ctx, "Setting flags to %d\n", i); in capi_ctrl() 341 CAPI_trace(ctx, "Setting debug level to %d\n", ctx->debug_level); in capi_ctrl() 348 CAPI_trace(ctx, "Setting debug file to %s\n", ctx->debug_file); in capi_ctrl() 357 CAPI_trace(ctx, "Setting key type to %d\n", ctx->keytype); in capi_ctrl() 831 CAPI_trace(ctx, "Called CAPI_rsa_sign()\n"); in capi_rsa_sign() 928 CAPI_trace(ctx, "Called capi_rsa_priv_dec()\n"); in capi_rsa_priv_dec() 1004 CAPI_trace(ctx, "Called CAPI_dsa_do_sign()\n"); in capi_dsa_do_sign() 1086 static void CAPI_trace(CAPI_CTX *ctx, char *format, ...) in CAPI_trace() function [all …]
|