3 if [ -z "$srcdir" ] ; then
7 data
="$srcdir/nettle-benchmark.c"
9 if [ -x rsa-encrypt
$EXEEXT ] ; then
10 if $EMULATOR .
/rsa-encrypt
-r rsa-decrypt
$EXEEXT testkey.pub
< "$data" > testciphertext
; then
15 if $EMULATOR .
/rsa-decrypt testkey
< testciphertext
> testcleartext
; then
20 if cmp "$data" testcleartext
; then