Lines Matching refs:cipher
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
129 echo "Testing $cipher"
134 $ssltest -cipher $cipher $prot
136 echo "Failed $cipher"
148 $ssltest -v -bio_pair -tls1 -cipher ADH -dhe1024dsa -num 10 -f -time $extra || exit 1
166 $ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
169 $ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1
175 $ssltest -tls1 -cipher SRP -srpuser test -srppass abc123
178 $ssltest -bio_pair -tls1 -cipher SRP -srpuser test -srppass abc123