Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/apps/lib/
HDs_cb.c35 static BIO *bio_keylog = NULL; variable
1530 if (bio_keylog == NULL) { in keylog_callback()
1539 BIO_printf(bio_keylog, "%s\n", line); in keylog_callback()
1540 (void)BIO_flush(bio_keylog); in keylog_callback()
1546 BIO_free_all(bio_keylog); in set_keylog_file()
1547 bio_keylog = NULL; in set_keylog_file()
1559 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()
1560 if (bio_keylog == NULL) { in set_keylog_file()
1566 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()
1567 BIO_puts(bio_keylog, in set_keylog_file()
[all …]