Home
last modified time | relevance | path

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

/mbedtls-latest/tests/
Dssl-opt.sh452 EXT_WO_ECDH=$4
491 if [ "$EXT_WO_ECDH" = "yes" ]; then
501 if [ "$EXT_WO_ECDH" = "yes" ]; then
1725 EXT_WO_ECDH=$(use_ext_tool_without_ecdh_support "$SRV_CMD" "$CLI_CMD")
1728 if [ "$EXT_WO_ECDH" = "no" ]; then
1736 detect_required_features "$SRV_CMD" "server" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"
1737 detect_required_features "$CLI_CMD" "client" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"