Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c215 " async_operations=%%c... d=decrypt, s=sign (default: -=off)\n" \
624 const char *async_operations; /* supported SSL asynchronous operations */ member
1702 opt.async_operations = DFL_ASYNC_OPERATIONS; in main()
1910 else if (strcmp(p, "async_operations") == 0) { in main()
1911 opt.async_operations = q; in main()
3110 if (opt.async_operations[0] != '-') { in main()
3114 for (r = opt.async_operations; *r; r++) { in main()

Completed in 5 milliseconds