summaryrefslogtreecommitdiffstats
path: root/crypto/camellia
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-10-25 12:03:41 +0000
committerAndy Polyakov <appro@openssl.org>2012-10-25 12:03:41 +0000
commit8ed11a815ee62472fc197d1a1a3dcdb6c0681342 (patch)
treed73d0675e21190a232844b6c3a8f9474858e9d2b /crypto/camellia
parent38049c2bb9f609d767cfbda8d5959e227132fcc9 (diff)
[aes|cmll]t4-sparcv9.pl: unify argument handling.
Diffstat (limited to 'crypto/camellia')
-rw-r--r--crypto/camellia/asm/cmllt4-sparcv9.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/camellia/asm/cmllt4-sparcv9.pl b/crypto/camellia/asm/cmllt4-sparcv9.pl
index fea0338dfa..a813168b42 100644
--- a/crypto/camellia/asm/cmllt4-sparcv9.pl
+++ b/crypto/camellia/asm/cmllt4-sparcv9.pl
@@ -46,10 +46,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
push(@INC,"${dir}","${dir}../../perlasm");
require "sparcv9_modes.pl";
-$bits=32;
-for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
-if ($bits==64) { $::bias=2047; $::frame=192; $::size_t_cc="%xcc"; }
-else { $::bias=0; $::frame=112; $::size_t_cc="%icc"; }
+&asm_init(@ARGV);
$::evp=1; # if $evp is set to 0, script generates module with
# Camellia_[en|de]crypt, Camellia_set_key and Camellia_cbc_encrypt