Lines Matching refs:bin
0 #!/bin/sh
13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then