Searched defs:channel (Results 1 – 6 of 6) sorted by relevance
/openssl-master/crypto/ |
A D | trace.c | 66 static int trace_write(BIO *channel, in trace_write() 77 static int trace_puts(BIO *channel, const char *str) in trace_puts() 87 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl() 103 static int trace_free(BIO *channel) in trace_free() 236 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data() 329 BIO *channel = NULL; in ossl_trace_cleanup() local 347 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel() 384 BIO *channel = NULL; in OSSL_trace_set_callback() local 461 BIO *channel = NULL; in OSSL_trace_begin() local 493 void OSSL_trace_end(int category, BIO * channel) in OSSL_trace_end()
|
/openssl-master/test/testutil/ |
A D | testutil_init.c | 72 BIO *channel; in setup_trace_category() local
|
/openssl-master/crypto/x509/ |
A D | pcy_tree.c | 17 static void expected_print(BIO *channel, in expected_print() 40 static void tree_print(BIO *channel, in tree_print()
|
/openssl-master/apps/ |
A D | openssl.c | 169 BIO *channel; in setup_trace_category() local
|
/openssl-master/crypto/bn/ |
A D | bn_ctx.c | 82 static void ctxdbg(BIO *channel, const char *text, BN_CTX *ctx) in ctxdbg()
|
/openssl-master/crypto/ui/ |
A D | ui_openssl.c | 168 static unsigned short channel = 0; variable
|
Completed in 14 milliseconds