Lines Matching refs:bio_keylog
38 static BIO *bio_keylog = NULL; variable
1596 if (bio_keylog == NULL) { in keylog_callback()
1605 BIO_printf(bio_keylog, "%s\n", line); in keylog_callback()
1606 (void)BIO_flush(bio_keylog); in keylog_callback()
1612 BIO_free_all(bio_keylog); in set_keylog_file()
1613 bio_keylog = NULL; in set_keylog_file()
1625 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()
1626 if (bio_keylog == NULL) { in set_keylog_file()
1632 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()
1633 BIO_puts(bio_keylog, in set_keylog_file()
1635 (void)BIO_flush(bio_keylog); in set_keylog_file()