Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c35 static BIO *bio_keylog = NULL; variable
1507 if (bio_keylog == NULL) { in keylog_callback()
1516 BIO_printf(bio_keylog, "%s\n", line); in keylog_callback()
1517 (void)BIO_flush(bio_keylog); in keylog_callback()
1523 BIO_free_all(bio_keylog); in set_keylog_file()
1524 bio_keylog = NULL; in set_keylog_file()
1536 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()
1537 if (bio_keylog == NULL) { in set_keylog_file()
1543 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()
1544 BIO_puts(bio_keylog, in set_keylog_file()
[all …]