Home
last modified time | relevance | path

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

/openssl/demos/guide/
H A Dquic-hq-interop.c85 static BIO *bio_keylog = NULL; variable
367 if (bio_keylog == NULL) { in keylog_callback()
376 BIO_printf(bio_keylog, "%s\n", line); in keylog_callback()
377 (void)BIO_flush(bio_keylog); in keylog_callback()
400 BIO_free_all(bio_keylog); in set_keylog_file()
401 bio_keylog = NULL; in set_keylog_file()
413 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()
414 if (bio_keylog == NULL) { in set_keylog_file()
420 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()
421 BIO_puts(bio_keylog, in set_keylog_file()
[all …]
/openssl/apps/lib/
H A Ds_cb.c38 static BIO *bio_keylog = NULL; variable
1575 if (bio_keylog == NULL) { in keylog_callback()
1584 BIO_printf(bio_keylog, "%s\n", line); in keylog_callback()
1585 (void)BIO_flush(bio_keylog); in keylog_callback()
1591 BIO_free_all(bio_keylog); in set_keylog_file()
1592 bio_keylog = NULL; in set_keylog_file()
1604 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()
1605 if (bio_keylog == NULL) { in set_keylog_file()
1611 if (BIO_tell(bio_keylog) == 0) { in set_keylog_file()
1612 BIO_puts(bio_keylog, in set_keylog_file()
[all …]

Completed in 17 milliseconds