Searched refs:sbox (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/sm4/asm/ |
H A D | vpsm4-armv8.pl | 136 tbl $dat.16b,{@sbox[0].16b,@sbox[1].16b,@sbox[2].16b,@sbox[3].16b},$dat.16b 137 tbl @vtmp[0].16b,{@sbox[4].16b,@sbox[5].16b,@sbox[6].16b,@sbox[7].16b},@vtmp[0].16b 138 tbl @vtmp[1].16b,{@sbox[8].16b,@sbox[9].16b,@sbox[10].16b,@sbox[11].16b},@vtmp[1].16b 169 tbl $dat.16b,{@sbox[0].16b,@sbox[1].16b,@sbox[2].16b,@sbox[3].16b},$dat.16b 170 tbl @vtmp[0].16b,{@sbox[4].16b,@sbox[5].16b,@sbox[6].16b,@sbox[7].16b},@vtmp[0].16b 180 tbl $datx.16b,{@sbox[0].16b,@sbox[1].16b,@sbox[2].16b,@sbox[3].16b},$datx.16b 181 tbl @vtmp[0].16b,{@sbox[4].16b,@sbox[5].16b,@sbox[6].16b,@sbox[7].16b},@vtmp[0].16b 478 ld1 {@sbox[0].16b,@sbox[1].16b,@sbox[2].16b,@sbox[3].16b},[$ptr],#64 479 ld1 {@sbox[4].16b,@sbox[5].16b,@sbox[6].16b,@sbox[7].16b},[$ptr],#64 480 ld1 {@sbox[8].16b,@sbox[9].16b,@sbox[10].16b,@sbox[11].16b},[$ptr],#64 [all …]
|
H A D | vpsm4_ex-armv8.pl | 145 sub sbox() { subroutine 309 &sbox($rk0); 317 &sbox($rk1); 330 &sbox($rk0); 338 &sbox($rk1);
|
/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 71 $sbox="%r14"; 655 sub $sbox,%rbp 657 lea ($sbox,%rbp),$sbox 755 lea 2048($sbox),$sbox # size optimization 835 lea -2048($sbox),$sbox 1276 sub $sbox,%rbp 1278 lea ($sbox,%rbp),$sbox 1852 lea 128($sbox),$sbox 1855 lea -2304($sbox),$sbox 2045 lea 2048($sbox),$sbox [all …]
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 107 ! sbox 6 to local6, and address sbox 8 to out3. 242 ! except that calculations for sbox 1 and sbox 5 begin before 259 ! the sbox table. Each sbox entry contains the 4 output bits permuted 292 ! local6 is address sbox 6 293 ! out3 is address sbox 8 1192 add global1, 256, global2 ! sbox 2 1193 add global1, 512, global3 ! sbox 3 1196 add global1, 768, global4 ! sbox 4 1197 add global1, 1024, global5 ! sbox 5 1200 add global1, 1280, local6 ! sbox 6 [all …]
|
Completed in 34 milliseconds