Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/
Dssl-opt.sh419 EXT_WO_ECDH=$4
458 if [ "$EXT_WO_ECDH" = "yes" ]; then
468 if [ "$EXT_WO_ECDH" = "yes" ]; then
1680 EXT_WO_ECDH=$(use_ext_tool_without_ecdh_support "$SRV_CMD" "$CLI_CMD")
1683 if [ "$EXT_WO_ECDH" = "no" ]; then
1691 detect_required_features "$SRV_CMD" "server" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"
1692 detect_required_features "$CLI_CMD" "client" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"