Symbol: debug_print
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
109
void debug_print(char *fmt, ...); /* prototype to silence warning */
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
111
#define DEBUG_PRINT(x) debug_print x
crypto/openssl/providers/implementations/kem/template_kem.c
112
debug_print("set ctx params %p\n", ctx);
crypto/openssl/providers/implementations/kem/template_kem.c
118
debug_print("set ctx params OK\n");
crypto/openssl/providers/implementations/kem/template_kem.c
136
debug_print("encaps %p to %p\n", vctx, out);
crypto/openssl/providers/implementations/kem/template_kem.c
147
debug_print("encaps outlens set to %zu and %zu\n", *outlen, *secretlen);
crypto/openssl/providers/implementations/kem/template_kem.c
153
debug_print("encaps OK\n");
crypto/openssl/providers/implementations/kem/template_kem.c
160
debug_print("decaps %p to %p inlen at %zu\n", vctx, out, inlen);
crypto/openssl/providers/implementations/kem/template_kem.c
169
debug_print("decaps outlen set to %zu \n", *outlen);
crypto/openssl/providers/implementations/kem/template_kem.c
175
debug_print("decaps OK\n");
crypto/openssl/providers/implementations/kem/template_kem.c
64
debug_print("newctx called\n");
crypto/openssl/providers/implementations/kem/template_kem.c
69
debug_print("newctx returns %p\n", ctx);
crypto/openssl/providers/implementations/kem/template_kem.c
77
debug_print("freectx %p\n", ctx);
crypto/openssl/providers/implementations/kem/template_kem.c
86
debug_print("init %p / %p\n", ctx, vkey);
crypto/openssl/providers/implementations/kem/template_kem.c
92
debug_print("init OK\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
100
debug_print("has %p\n", keydata);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
104
debug_print("has result %d\n", ok);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
112
debug_print("matching %p and %p\n", keydata1, keydata2);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
131
debug_print("match result %d\n", ok);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
153
debug_print("export %p\n", key);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
179
debug_print("export result %d\n", ret);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
219
debug_print("import %p\n", key);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
229
debug_print("import result %d\n", ok);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
244
debug_print("getting imexport types\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
254
debug_print("get params %p\n", key);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
275
debug_print("get params OK\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
289
debug_print("gettable params called\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
297
debug_print("set params called for %p\n", key);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
306
debug_print("set params OK\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
317
debug_print("settable params called\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
328
debug_print("empty gen_set params called for %p\n", gctx);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
337
debug_print("gen init called for %p\n", provctx);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
352
debug_print("gen init returns %p\n", gctx);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
370
debug_print("gen called for %p\n", gctx);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
377
debug_print("gen returns set %p\n", key);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
381
debug_print("gen returns NULL\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
392
debug_print("gen cleanup for %p\n", gctx);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
400
debug_print("dup called for %p\n", vsrckey);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
410
debug_print("dup returns %p\n", dstkey);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
414
debug_print("dup returns NULL\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
75
debug_print("new key req\n");
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
81
debug_print("new key = %p\n", key);
crypto/openssl/providers/implementations/keymgmt/template_kmgmt.c
87
debug_print("free key %p\n", vkey);