Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_client2.c496 int ec_max_ops; /* EC consecutive operations limit */ member
952 opt.ec_max_ops = DFL_EC_MAX_OPS; in main()
1170 opt.ec_max_ops = atoi(q); in main()
2156 if (opt.ec_max_ops != DFL_EC_MAX_OPS) { in main()
2157 mbedtls_ecp_set_max_ops(opt.ec_max_ops); in main()