Lines Matching defs:bio_keylog
35 static BIO *bio_keylog = NULL;
1507 if (bio_keylog == NULL) {
1516 BIO_printf(bio_keylog, "%s\n", line);
1517 (void)BIO_flush(bio_keylog);
1523 BIO_free_all(bio_keylog);
1524 bio_keylog = NULL;
1536 bio_keylog = BIO_new_file(keylog_file, "a");
1537 if (bio_keylog == NULL) {
1543 if (BIO_tell(bio_keylog) == 0) {
1544 BIO_puts(bio_keylog,
1546 (void)BIO_flush(bio_keylog);