Lines Matching refs:debug_print
27 static void debug_print(char *fmt, ...) in debug_print() function
32 static void debug_print(char *fmt, ...) in debug_print() function
64 debug_print("newctx called\n"); in template_newctx()
69 debug_print("newctx returns %p\n", ctx); in template_newctx()
77 debug_print("freectx %p\n", ctx); in template_freectx()
86 debug_print("init %p / %p\n", ctx, vkey); in template_init()
92 debug_print("init OK\n"); in template_init()
112 debug_print("set ctx params %p\n", ctx); in template_set_ctx_params()
118 debug_print("set ctx params OK\n"); in template_set_ctx_params()
136 debug_print("encaps %p to %p\n", vctx, out); in template_encapsulate()
146 debug_print("encaps outlens set to %d and %d\n", *outlen, *secretlen); in template_encapsulate()
152 debug_print("encaps OK\n"); in template_encapsulate()
159 debug_print("decaps %p to %p inlen at %d\n", vctx, out, inlen); in template_decapsulate()
167 debug_print("decaps outlen set to %d \n", *outlen); in template_decapsulate()
173 debug_print("decaps OK\n"); in template_decapsulate()