Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_client.c881 const char *keylog_file = NULL, *early_data_file = NULL; in s_client_main() local
1459 early_data_file = opt_arg(); in s_client_main()
2685 if (early_data_file != NULL in s_client_main()
2690 BIO *edfile = BIO_new_file(early_data_file, "r"); in s_client_main()