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

  /external/openssl/crypto/sha/asm/
sha512-ia64.pl 77 @Sigma1=(14,18,41);
79 @sigma1=(19,61, 6);
91 @Sigma1=( 6,11,25);
93 @sigma1=(17,19,10);
194 mov sgm1=$sigma1[2] };;
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)
466 { .mib; xor r9=r9,r11 // r9=Sigma1(e
    [all...]
sha512-s390x.pl 59 @Sigma1=(23,46,50);
61 @sigma1=( 3,45, 6);
73 @Sigma1=( 7,21,26);
75 @sigma1=(13,15,10);
90 $ROT $t0,$e,$Sigma1[0]
91 $ROT $t1,$e,$Sigma1[1]
94 $ROT $t1,$t1,`$Sigma1[2]-$Sigma1[1]`
97 xgr $t0,$t1 # Sigma1(e)
101 algr $T1,$t0 # T1+=Sigma1(e
    [all...]
sha256-armv4.s 48 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...]
sha512-ppc.pl 68 @Sigma1=(14,18,41);
70 @sigma1=(19,61, 6);
80 @Sigma1=( 6,11,25);
82 @sigma1=(17,19,10);
124 $ROR $a0,$e,$Sigma1[0]
125 $ROR $a1,$e,$Sigma1[1]
130 $ROR $a1,$a1,`$Sigma1[2]-$Sigma1[1]`
133 xor $a0,$a0,$a1 ; Sigma1(e)
160 $ROR $t0,@X[($i+14)%16],$sigma1[0
    [all...]
sha512-x86_64.pl 64 @Sigma1=(14,18,41);
66 @sigma1=(19,61, 6);
76 @Sigma1=( 6,11,25);
78 @sigma1=(17,19,10);
102 ror \$$Sigma1[0],$a0
103 ror \$$Sigma1[1],$a1
107 ror \$`$Sigma1[2]-$Sigma1[1]`,$a1
111 xor $a1,$a0 # Sigma1(e)
116 add $a0,$T1 # T1+=Sigma1(e
    [all...]
sha512-sparcv9.pl 61 @Sigma1=(14,18,41);
63 @sigma1=( 6,19,61); # right shift first
87 @Sigma1=( 6,11,25);
89 @sigma1=(10,17,19); # right shift first
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]`,$tmp
    [all...]
sha512-armv4.s 106 @ 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)
216 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
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)
sha512-armv4.pl 66 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
80 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e)
83 adc $Thi,$Thi,$t1 @ T += Sigma1(e)
285 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
sha256-armv4.pl 41 @Sigma1=( 6,11,25);
43 @sigma1=(17,19,10);
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)
95 mov $t1,$t2,ror#$sigma1[0]
97 eor $t1,$t1,$t2,ror#$sigma1[1]
99 eor $t1,$t1,$t2,lsr#$sigma1[2] @ sigma1(X[i+14]
    [all...]
  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 89 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
120 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 88 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41))
120 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i];
133 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
sha256.c 63 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
98 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
110 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \
  /external/openssl/crypto/sha/
sha256.c 142 #define Sigma1(x) (ROTATE((x),26) ^ ROTATE((x),21) ^ ROTATE((x),7))
144 #define sigma1(x) (ROTATE((x),15) ^ ROTATE((x),13) ^ ((x)>>10)) macro
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
175 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
199 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1); \
sha512.c 431 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
433 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
469 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
477 T += sigma1(F[8+16-14]);
483 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
518 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
527 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
530 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
546 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
552 s1 = X[(j+14)&0x0f]; s1 = sigma1(s1);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 209 W[t] = Sigma1(W[t - 2]) + W[t - 7] + Sigma0(W[t - 15]) + W[t - 16];
322 private long Sigma1(
  /external/wpa_supplicant/
sha256.c 223 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
254 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 226 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
257 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \

Completed in 98 milliseconds