Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Ds_cb.c1472 security_debug_ex *sdb = ex; in security_callback_debug() local
1478 if (rv == 1 && sdb->verbose < 2) in security_callback_debug()
1480 BIO_puts(sdb->out, "Security callback: "); in security_callback_debug()
1507 BIO_printf(sdb->out, "%s=", nm); in security_callback_debug()
1522 BIO_puts(sdb->out, cname); in security_callback_debug()
1556 BIO_printf(sdb->out, "%s", nm); in security_callback_debug()
1586 static security_debug_ex sdb; in ssl_ctx_security_debug() local
1588 sdb.out = bio_err; in ssl_ctx_security_debug()
1589 sdb.verbose = verbose; in ssl_ctx_security_debug()
1590 sdb.old_cb = SSL_CTX_get_security_callback(ctx); in ssl_ctx_security_debug()
[all …]

Completed in 8 milliseconds