HomeSort by: relevance | last modified time | path
    Searched defs:S0222 (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/camellia/asm/
cmll-x86.pl 795 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; return $i<<16|$i<<8|$i; }
807 for ($i=0;$i<256;$i++) { &data_word(&S0222($i),&S3033($i)); }
cmll-x86_64.pl 656 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; $i=$i<<16|$i<<8|$i; sprintf("0x%08x",$i); }
672 for ($i=0;$i<256;$i++) { &data_word(&S0222($i),&S3033($i)); }
  /src/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
cmll-x86.pl 795 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; return $i<<16|$i<<8|$i; }
807 for ($i=0;$i<256;$i++) { &data_word(&S0222($i),&S3033($i)); }
cmll-x86_64.pl 656 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; $i=$i<<16|$i<<8|$i; sprintf("0x%08x",$i); }
671 for ($i=0;$i<256;$i++) { &data_word(&S0222($i),&S3033($i)); }
  /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/
cmll-x86.pl 796 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; return $i<<16|$i<<8|$i; }
808 for ($i=0;$i<256;$i++) { &data_word(&S0222($i),&S3033($i)); }
cmll-x86_64.pl 654 sub S0222 { my $i=shift; $i=@SBOX[$i]; $i=($i<<1|$i>>7)&0xff; $i=$i<<16|$i<<8|$i; sprintf("0x%08x",$i); }
669 for ($i=0;$i<256;$i++) { &data_word(&S0222($i),&S3033($i)); }

Completed in 20 milliseconds