Searched refs:sbox (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dspin.rb71 ].each{|sbox| sbox.pack(:side=>:top, :pady=>5, :padx=>10)}
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dgen-des.pl181 # print "static uint32_t sbox". $i ."[] = {\n\t";
191 foreach my $sbox (7, 1, 3, 5, 4, 6, 8, 2) {
192 one_sbox($sbox, 1);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dspin.rb65 ].each{|sbox| sbox.pack(:side=>:top, :pady=>5, :padx=>10)}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/aes/
H A Daes.tcl34 variable sbox {
237 variable sbox
238 set s3 [lindex $sbox [expr {(($w >> 24) & 255)}]]
239 set s2 [lindex $sbox [expr {(($w >> 16) & 255)}]]
240 set s1 [lindex $sbox [expr {(($w >> 8 ) & 255)}]]
241 set s0 [lindex $sbox [expr {( $w & 255)}]]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A D_rijndael.c179 UINT8 sbox[256] = { variable
337 temp = SUBBYTE(ROTBYTE(temp), sbox) ^ rcon;
340 temp = SUBBYTE(temp, sbox);
429 t[j] = SUBBYTE(t[j], sbox);
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A D_rijndael.c179 UINT8 sbox[256] = { variable
337 temp = SUBBYTE(ROTBYTE(temp), sbox) ^ rcon;
340 temp = SUBBYTE(temp, sbox);
429 t[j] = SUBBYTE(t[j], sbox);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmodsim3.vim3 " Maintainer: Philipp Jocham <flip@sbox.tu-graz.ac.at>

Completed in 103 milliseconds