Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_client2.c90 #define DFL_HS_TO_MIN 0 macro
983 opt.hs_to_min = DFL_HS_TO_MIN; in main()
1863 if (opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX) { in main()
Dssl_server2.c132 #define DFL_HS_TO_MIN 0 macro
1769 opt.hs_to_min = DFL_HS_TO_MIN; in main()
2844 if (opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX) { in main()