Loading crypto/aes/asm/aes-mips.pl +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2; # ###################################################################### $big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; Loading crypto/dh/dh_kdf.c +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ static int dh_sharedinfo_encode(unsigned char **pder, unsigned char **pctr, return 0; if (!skip_asn1(&p, &tlen, V_ASN1_OCTET_STRING)) return 0; if (memcmp(p, ctr, 4)) if (CRYPTO_memcmp(p, ctr, 4)) return 0; *pctr = p; return derlen; Loading crypto/sha/asm/sha1-mips.pl +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ if ($flavour =~ /64|n32/i) { # ###################################################################### $big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; Loading crypto/sha/asm/sha512-mips.pl +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2; # ###################################################################### $big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; Loading Loading
crypto/aes/asm/aes-mips.pl +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2; # ###################################################################### $big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; Loading
crypto/dh/dh_kdf.c +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ static int dh_sharedinfo_encode(unsigned char **pder, unsigned char **pctr, return 0; if (!skip_asn1(&p, &tlen, V_ASN1_OCTET_STRING)) return 0; if (memcmp(p, ctr, 4)) if (CRYPTO_memcmp(p, ctr, 4)) return 0; *pctr = p; return derlen; Loading
crypto/sha/asm/sha1-mips.pl +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ if ($flavour =~ /64|n32/i) { # ###################################################################### $big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; Loading
crypto/sha/asm/sha512-mips.pl +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ $pf = ($flavour =~ /nubi/i) ? $t0 : $t2; # ###################################################################### $big_endian=(`echo MIPSEL | $ENV{CC} -E -P -`=~/MIPSEL/)?1:0; $big_endian=(`echo MIPSEL | $ENV{CC} -E -`=~/MIPSEL/)?1:0 if ($ENV{CC}); for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); } open STDOUT,">$output"; Loading