Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Ds_cb.c1369 security_debug_ex *sdb = ex; in security_callback_debug() local
1374 if (rv == 1 && sdb->verbose < 2) in security_callback_debug()
1376 BIO_puts(sdb->out, "Security callback: "); in security_callback_debug()
1403 BIO_printf(sdb->out, "%s=", nm); in security_callback_debug()
1418 BIO_puts(sdb->out, cname); in security_callback_debug()
1432 BIO_printf(sdb->out, "%s, bits=%d", in security_callback_debug()
1445 BIO_printf(sdb->out, "%s", nm); in security_callback_debug()
1475 static security_debug_ex sdb; in ssl_ctx_security_debug() local
1477 sdb.out = bio_err; in ssl_ctx_security_debug()
1478 sdb.verbose = verbose; in ssl_ctx_security_debug()
[all …]

Completed in 5 milliseconds