Home
last modified time | relevance | path

Searched refs:Sigma1 (Results 1 – 16 of 16) sorted by relevance

/external/openssl/crypto/sha/asm/
Dsha512-ia64.pl77 @Sigma1=(14,18,41);
91 @Sigma1=( 6,11,25);
220 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14)
453 _rotr r11=$t1,$Sigma1[0] } // ROTR(e,14)
459 _rotr r8=$t1,$Sigma1[1] } // ROTR(e,18)
463 _rotr r9=$t1,$Sigma1[2] } // ROTR(e,41)
519 _rotr r9=$t1,$Sigma1[0] } // ROTR(e,14)
526 _rotr r9=$t1,$Sigma1[0] } // ROTR(e,14)
537 _rotr r8=$t1,$Sigma1[1] };; // ROTR(e,18)
540 _rotr r9=$t1,$Sigma1[2] } // ROTR(e,41)
Dsha512-s390x.pl59 @Sigma1=(23,46,50);
73 @Sigma1=( 7,21,26);
90 $ROT $t0,$e,$Sigma1[0]
91 $ROT $t1,$e,$Sigma1[1]
94 $ROT $t1,$t1,`$Sigma1[2]-$Sigma1[1]`
Dsha256-armv4.pl41 @Sigma1=( 6,11,25);
60 mov $t0,$e,ror#$Sigma1[0]
62 eor $t0,$t0,$e,ror#$Sigma1[1]
64 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e)
Dsha512-x86_64.pl64 @Sigma1=(14,18,41);
76 @Sigma1=( 6,11,25);
102 ror \$$Sigma1[0],$a0
103 ror \$$Sigma1[1],$a1
107 ror \$`$Sigma1[2]-$Sigma1[1]`,$a1
Dsha256-armv4.s48 eor r0,r0,r8,ror#25 @ Sigma1(e)
78 eor r0,r0,r7,ror#25 @ Sigma1(e)
108 eor r0,r0,r6,ror#25 @ Sigma1(e)
138 eor r0,r0,r5,ror#25 @ Sigma1(e)
168 eor r0,r0,r4,ror#25 @ Sigma1(e)
198 eor r0,r0,r11,ror#25 @ Sigma1(e)
228 eor r0,r0,r10,ror#25 @ Sigma1(e)
258 eor r0,r0,r9,ror#25 @ Sigma1(e)
288 eor r0,r0,r8,ror#25 @ Sigma1(e)
318 eor r0,r0,r7,ror#25 @ Sigma1(e)
[all …]
Dsha512-ppc.pl68 @Sigma1=(14,18,41);
80 @Sigma1=( 6,11,25);
124 $ROR $a0,$e,$Sigma1[0]
125 $ROR $a1,$e,$Sigma1[1]
130 $ROR $a1,$a1,`$Sigma1[2]-$Sigma1[1]`
Dsha512-sparcv9.pl61 @Sigma1=(14,18,41);
87 @Sigma1=( 6,11,25);
222 $SRL $e,@Sigma1[0],$h !! $i
224 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1
226 $SRL $e,@Sigma1[1],$tmp0
228 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1
230 $SRL $e,@Sigma1[2],$tmp0
232 $SLL $e,`$SZ*8-@Sigma1[0]`,$tmp1
Dsha512-armv4.s106 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
120 eor r10,r10,r8,lsl#23 @ Sigma1(e)
123 adc r4,r4,r10 @ T += Sigma1(e)
246 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
260 eor r10,r10,r8,lsl#23 @ Sigma1(e)
263 adc r4,r4,r10 @ T += Sigma1(e)
/external/dropbear/libtomcrypt/src/hashes/sha2/
Dsha512.c88 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) macro
120 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in _sha512_compress()
133 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in _sha512_compress()
Dsha256.c63 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro
98 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in _sha256_compress()
110 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in _sha256_compress()
/external/wpa_supplicant_8/src/crypto/
Dsha256-internal.c89 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro
120 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
/external/openssl/crypto/sha/
Dsha256.c142 #define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7)) macro
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
Dsha512.c431 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) macro
469 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i]; in sha512_block_data_order()
483 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i]; in sha512_block_data_order()
518 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order()
530 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order()
546 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
DLongDigest.java209 W[t] = Sigma1(W[t - 2]) + W[t - 7] + Sigma0(W[t - 15]) + W[t - 16]; in processBlock()
322 private long Sigma1( in Sigma1() method in LongDigest
/external/wpa_supplicant/
Dsha256.c223 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro
254 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dsha256.c226 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) macro
257 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()