Home
last modified time | relevance | path

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

/mbedtls-3.7.0/programs/ssl/
Dssl_client2.c90 #define DFL_HS_TO_MAX 0 macro
974 opt.hs_to_max = DFL_HS_TO_MAX; in main()
1848 if (opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX) { in main()
Dssl_server2.c133 #define DFL_HS_TO_MAX 0 macro
1761 opt.hs_to_max = DFL_HS_TO_MAX; in main()
2835 if (opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX) { in main()