Home
last modified time | relevance | path

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

/openssl/providers/implementations/keymgmt/
H A Dtemplate_kmgmt.c29 static void debug_print(char *fmt, ...) in debug_print() function
33 static void debug_print(char *fmt, ...) in debug_print() function
75 debug_print("new key req\n"); in template_new()
81 debug_print("new key = %p\n", key); in template_new()
87 debug_print("free key %p\n", vkey); in template_free()
100 debug_print("has %p\n", keydata); in template_has()
104 debug_print("has result %d\n", ok); in template_has()
153 debug_print("export %p\n", key); in template_export()
220 debug_print("import %p\n", key); in template_import()
276 debug_print("get params OK\n"); in template_get_params()
[all …]
/openssl/providers/implementations/kem/
H A Dtemplate_kem.c27 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()
152 debug_print("encaps OK\n"); in template_encapsulate()
[all …]

Completed in 10 milliseconds