Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/ssl/
Dssl_server2.c629 const char *async_operations; /* supported SSL asynchronous operations */ member
1692 opt.async_operations = DFL_ASYNC_OPERATIONS; in main()
1853 opt.async_operations = q; in main()
3089 if (opt.async_operations[0] != '-') { in main()
3093 for (r = opt.async_operations; *r; r++) { in main()