Lines Matching refs:opt

1067         opt='--quiet'
1069 opt=''
1071 tests/scripts/check_test_cases.py -q $opt
1072 unset opt
1175 tests/ssl-opt.sh
1197 tests/ssl-opt.sh
1219 tests/ssl-opt.sh
1243 tests/ssl-opt.sh
1395 tests/ssl-opt.sh
1411 tests/ssl-opt.sh
1424 tests/ssl-opt.sh -f RSA
1450 tests/ssl-opt.sh -f 'Default\|SSL async private.*delay=\|tickets enabled on server'
1472 tests/ssl-opt.sh -f 'Default\|SSL async private.*delay=\|tickets enabled on server'
1498 tests/ssl-opt.sh -f 'Default\|SSL async private: sign'
1525 tests/ssl-opt.sh -f 'Default\|SSL async private: sign'
1554 tests/ssl-opt.sh -f 'Default'
1573 tests/ssl-opt.sh -f 'Default\|opaque'
1588 tests/ssl-opt.sh -f 'Default\|opaque'
1931 tests/ssl-opt.sh -f "TLS 1.2"
1960 tests/ssl-opt.sh -f "TLS 1.2"
1988 tests/ssl-opt.sh -f "TLS 1.2"
2017 tests/ssl-opt.sh -f "TLS 1.2"
2042 P_SRV=../s2_no_use_psa tests/ssl-opt.sh -f "ECJPAKE: working, TLS"
2044 P_SRV=../s2_no_use_psa tests/ssl-opt.sh -f "ECJPAKE: opaque password client only, working, TLS"
2046 P_CLI=../c2_no_use_psa tests/ssl-opt.sh -f "ECJPAKE: working, TLS"
2048 P_CLI=../c2_no_use_psa tests/ssl-opt.sh -f "ECJPAKE: opaque password server only, working, TLS"
2066 tests/ssl-opt.sh -f ECDH
2098 tests/ssl-opt.sh -f "Max fragment\|Large packet"
2109 tests/ssl-opt.sh -f "Max fragment"
2119 …tests/ssl-opt.sh -f "DTLS reordering: Buffer out-of-order hs msg before reassembling next, free bu…
2129 …tests/ssl-opt.sh -f "DTLS reordering: Buffer encrypted Finished message, drop for fragmented NewSe…
2163 tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'
2529 tests/ssl-opt.sh -f "ffdh"
2611 tests/ssl-opt.sh
2744 tests/ssl-opt.sh -f "ffdh"
2762 tests/ssl-opt.sh -f "ffdh"
3051 tests/ssl-opt.sh
3066 tests/ssl-opt.sh
3156 tests/ssl-opt.sh
3173 tests/ssl-opt.sh
3335 tests/ssl-opt.sh
3369 tests/ssl-opt.sh
3488 tests/ssl-opt.sh
3784 tests/ssl-opt.sh
3807 tests/ssl-opt.sh
4039 tests/ssl-opt.sh
4055 tests/ssl-opt.sh
4469 for opt in "${options[@]}"; do
4470 ./scripts/config.py unset ${opt}
4502 opt=-D${options[$j]}
4503 clang_args="${clang_args} ${opt}"
4504 target="${target}${opt}"
4653 tests/ssl-opt.sh -e '^DTLS proxy'
4664 tests/ssl-opt.sh -f "Max fragment length"
4678 tests/ssl-opt.sh
4696 tests/ssl-opt.sh -f "Max fragment length\|Large buffer"
4712 tests/ssl-opt.sh
4729 tests/ssl-opt.sh
4749 tests/ssl-opt.sh -f "Handshake memory usage"
4763 tests/ssl-opt.sh -f 'Default\|EtM' -e 'without EtM'
4807 tests/ssl-opt.sh -e 'proxy'
5083 … for opt in MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT; do
5084 scripts/config.py set ${opt}
5085 msg "${opt} clang, test A32 crypto instructions built"
5089 msg "${opt} clang, test T32 crypto instructions built"
5093 msg "${opt} clang, test aarch64 crypto instructions built"
5096 scripts/config.py unset ${opt}
5451 for opt in "$@"; do
5452 msg "build/test: $cc $opt, $info" # ~ 30s
5453 make CC="$cc" CFLAGS="$opt -std=c99 -pedantic -Wall -Wextra -Werror"
5600 tests/ssl-opt.sh
5616 tests/ssl-opt.sh -f ECDH
5734 tests/ssl-opt.sh
5896 tests/ssl-opt.sh
5912 tests/ssl-opt.sh
5934 tests/ssl-opt.sh
5948 tests/ssl-opt.sh
5964 tests/ssl-opt.sh
5984 tests/ssl-opt.sh
6005 tests/ssl-opt.sh
6024 tests/ssl-opt.sh
6037 tests/ssl-opt.sh
6049 tests/ssl-opt.sh
6061 tests/ssl-opt.sh
6105 tests/ssl-opt.sh
6129 tests/ssl-opt.sh --memcheck
6204 ./tests/ssl-opt.sh -f 'Default' >ssl-opt.out 2>ssl-opt.err
6205 grep PASS ssl-opt.out
6206 cat ssl-opt.err >&2
6208 [ ! -s ssl-opt.err ]
6209 rm ssl-opt.out ssl-opt.err