Searched defs:channel (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/ |
H A D | trace.c | 65 static int trace_write(BIO *channel, in trace_write() 76 static int trace_puts(BIO *channel, const char *str) in trace_puts() 86 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl() 102 static int trace_free(BIO *channel) in trace_free() 246 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data() 343 BIO *channel = NULL; in ossl_trace_cleanup() local 361 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel() 398 BIO *channel = NULL; in OSSL_trace_set_callback() local 475 BIO *channel = NULL; in OSSL_trace_begin() local 507 void OSSL_trace_end(int category, BIO *channel) in OSSL_trace_end()
|
/openssl/test/testutil/ |
H A D | testutil_init.c | 72 BIO *channel; in setup_trace_category() local
|
/openssl/crypto/x509/ |
H A D | pcy_tree.c | 30 static void expected_print(BIO *channel, in expected_print() 53 static void tree_print(BIO *channel, in tree_print()
|
/openssl/apps/ |
H A D | openssl.c | 169 BIO *channel; in setup_trace_category() local
|
/openssl/crypto/ui/ |
H A D | ui_openssl.c | 168 static unsigned short channel = 0; variable
|
/openssl/crypto/bn/ |
H A D | bn_ctx.c | 82 static void ctxdbg(BIO *channel, const char *text, BN_CTX *ctx) in ctxdbg()
|
Completed in 16 milliseconds