Home
last modified time | relevance | path

Searched refs:hs_to_max (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_client2.c523 uint32_t hs_to_max; /* Max value of DTLS handshake timer */ member
974 opt.hs_to_max = DFL_HS_TO_MAX; in main()
1371 opt.hs_to_max = atoi(p); in main()
1372 if (opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min) { in main()
1848 if (opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX) { in main()
1850 opt.hs_to_max); in main()
H A Dssl_server2.c681 uint32_t hs_to_max; /* Max value of DTLS handshake timer */ member
1761 opt.hs_to_max = DFL_HS_TO_MAX; in main()
2238 opt.hs_to_max = atoi(p); in main()
2239 if (opt.hs_to_min == 0 || opt.hs_to_max < opt.hs_to_min) { in main()
2835 if (opt.hs_to_min != DFL_HS_TO_MIN || opt.hs_to_max != DFL_HS_TO_MAX) { in main()
2836 mbedtls_ssl_conf_handshake_timeout(&conf, opt.hs_to_min, opt.hs_to_max); in main()

Completed in 10 milliseconds