Searched refs:bio_keylog (Results 1 – 1 of 1) sorted by relevance
38 static BIO *bio_keylog = NULL; variable1597 if (bio_keylog == NULL) { in keylog_callback()1606 BIO_printf(bio_keylog, "%s\n", line); in keylog_callback()1607 (void)BIO_flush(bio_keylog); in keylog_callback()1613 BIO_free_all(bio_keylog); in set_keylog_file()1614 bio_keylog = NULL; in set_keylog_file()1626 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()1627 if (bio_keylog == NULL) { in set_keylog_file()1633 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()1634 BIO_puts(bio_keylog, in set_keylog_file()[all …]
Completed in 15 milliseconds