HomeSort by relevance Sort by last modified time
    Searched refs:mask1b (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/aes/asm/
aes-ppc.pl 105 $mask1b=$Tbl3;
543 lis $mask1b,0x1b1b
546 ori $mask1b,$mask1b,0x1b1b
630 and $acc00,$acc00,$mask1b # (r1-(r1>>7))&0x1b1b1b1b
631 and $acc01,$acc01,$mask1b
632 and $acc02,$acc02,$mask1b
633 and $acc03,$acc03,$mask1b
892 lis $mask1b,0x1b1b
895 ori $mask1b,$mask1b,0x1b1
    [all...]
aes-armv4.pl 648 $mask1b=$i2;
653 mov $mask1b,#0x1b
655 orr $mask1b,$mask1b,#0x1b00
657 orr $mask1b,$mask1b,$mask1b,lsl#16
665 and $t1,$t1,$mask1b
671 and $t1,$t1,$mask1b
677 and $t1,$t1,$mask1b
    [all...]
aes-s390x.pl 1066 $mask1b=$i2;
1073 llilh $mask1b,0x1b1b
1076 oill $mask1b,0x1b1b
1085 nr $s1,$mask1b
1094 nr $s2,$mask1b
1103 nr $s3,$mask1b
aes-x86_64.pl 53 $acc2="%ebp"; $mask1b="%rbp";
1027 and $mask1b,$acc0
1028 and $mask1b,$acc8
1046 and $mask1b,$acc0
1047 and $mask1b,$acc8
1069 and $mask1b,$acc0
1070 and $mask1b,$acc8
1121 `"mov 128($sbox),$mask1b" if ($prefetch)`
1167 mov 256+16($sbox),$mask1b
    [all...]

Completed in 198 milliseconds