Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/
Dcompat.sh72 TYPES="ECDSA RSA PSK"
96 printf " -t|--types\tWhich key exchange type to perform (Default: '%s')\n" "$TYPES"
117 shift; TYPES=$1
146 TYPES="$( echo $TYPES | tr [a-z] [A-Z] )"
1319 for TYPE in $TYPES; do