Home
last modified time | relevance | path

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

/mbedtls-latest/tests/
Dcompat.sh91 FILTER=""
110 printf " -f|--filter\tOnly matching ciphersuites are tested (Default: '%s')\n" "$FILTER"
166 shift; FILTER=$1
258 NEW_LIST="$NEW_LIST $( echo "$i" | grep "$FILTER" | grep -v "$EXCLMODE" )"
267 if [ "X" != "X$FILTER" -o "X" != "X$EXCLUDE" ];
Dssl-opt.sh138 FILTER='.*'
179 shift; FILTER=$1
1905 case "$FILTER" in
1911 simple_filter="*$FILTER*";;
1923 ! echo "$1" | grep "$FILTER" | grep -q -v "$EXCLUDE"
/mbedtls-latest/scripts/
Doutput_env.sh43 FILTER="$1"
45 VERSION_STR=`echo "$VERSION_STR" | $FILTER`