Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Ds_cb.c1450 security_debug_ex *sdb = ex; in security_callback_debug() local
1456 if (rv == 1 && sdb->verbose < 2) in security_callback_debug()
1458 BIO_puts(sdb->out, "Security callback: "); in security_callback_debug()
1485 BIO_printf(sdb->out, "%s=", nm); in security_callback_debug()
1500 BIO_puts(sdb->out, cname); in security_callback_debug()
1534 BIO_printf(sdb->out, "%s", nm); in security_callback_debug()
1564 static security_debug_ex sdb; in ssl_ctx_security_debug() local
1566 sdb.out = bio_err; in ssl_ctx_security_debug()
1567 sdb.verbose = verbose; in ssl_ctx_security_debug()
1568 sdb.old_cb = SSL_CTX_get_security_callback(ctx); in ssl_ctx_security_debug()
[all …]

Completed in 12 milliseconds