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

  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha256-armv4.pl 79 @Sigma1=( 6,11,25);
81 @sigma1=(17,19,10);
92 eor $t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`
94 eor $t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]` @ Sigma1(e)
109 eor $t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]`
111 eor $t0,$t0,$e,ror#`$Sigma1[2]-$Sigma1[0]` @ Sigma1(e
    [all...]
sha512-x86_64.pl 150 @Sigma1=(14,18,41);
152 @sigma1=(19,61, 6);
162 @Sigma1=( 6,11,25);
164 @sigma1=(17,19,10);
185 ror \$`$Sigma1[2]-$Sigma1[1]`,$a0
196 ror \$`$Sigma1[1]-$Sigma1[0]`,$a0
209 ror \$$Sigma1[0],$a0 # Sigma1(e
    [all...]
sha512-armv8.pl 60 @Sigma1=(14,18,41);
62 @sigma1=(19,61, 6);
69 @Sigma1=( 6,11,25);
71 @sigma1=(17,19,10);
118 ror $t0,$e,#$Sigma1[0]
120 eor $T0,$e,$e,ror#`$Sigma1[2]-$Sigma1[1]`
126 eor $t0,$t0,$T0,ror#$Sigma1[1] // Sigma1(e)
130 add $h,$h,$t0 // h+=Sigma1(e
    [all...]
sha512-armv4.pl 106 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
124 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e)
127 adc $Thi,$Thi,$t1 @ T += Sigma1(e)
389 @ sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
510 my @Sigma1=(14,18,41);
512 my @sigma1=(19,61,6);
526 vshr.u64 $t0,$e,#@Sigma1[0] @ $i
530 vshr.u64 $t1,$e,#@Sigma1[1]
534 vshr.u64 $t2,$e,#@Sigma1[2]
538 vsli.64 $t0,$e,#`64-@Sigma1[0]
    [all...]
  /external/epid-sdk/epid/member/tiny/math/src/
sha256.c 149 #define Sigma1(a) (ROTR((a), 6) ^ ROTR((a), 11) ^ ROTR((a), 25))
151 #define sigma1(a) (ROTR((a), 17) ^ ROTR((a), 19) ^ ((a) >> 10)) macro
186 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i];
202 s1 = sigma1(s1);
205 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i];
sha512.c 102 #define Sigma1(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41))
104 #define sigma1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro
156 t += sigma1(work_ptr[8 + 16 - 14]);
160 t += work_ptr[7] + Sigma1(work_ptr[4]) +
  /external/u-boot/fs/zfs/
zfs_sha256.c 53 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25))
55 #define sigma1(x) (Rot32(x, 17) ^ Rot32(x, 19) ^ ((x) >> 10)) macro
85 W[t] = sigma1(W[t - 2]) + W[t - 7] +
92 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
  /external/boringssl/src/crypto/fipsmodule/sha/
sha256.c 198 #define Sigma1(x) (ROTATE((x), 26) ^ ROTATE((x), 21) ^ ROTATE((x), 7))
200 #define sigma1(x) (ROTATE((x), 15) ^ ROTATE((x), 13) ^ ((x) >> 10)) macro
207 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; \
218 s1 = sigma1(s1); \
329 #undef Sigma1
331 #undef sigma1 macro
sha512.c 353 #define Sigma1(x) (ROTR((x), 14) ^ ROTR((x), 18) ^ ROTR((x), 41))
355 #define sigma1(x) (ROTR((x), 19) ^ ROTR((x), 61) ^ ((x) >> 6)) macro
386 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
393 T += sigma1(F[8 + 16 - 14]);
399 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
421 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
432 s1 = sigma1(s1); \
525 #undef Sigma1
527 #undef sigma1 macro
  /external/openssh/
blocks.c 46 #define Sigma1(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41))
48 #define sigma1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x,6)) macro
50 #define M(w0,w14,w9,w1) w0 = sigma1(w14) + w9 + sigma0(w1) + w0;
71 T1 = h + Sigma1(e) + Ch(e,f,g) + k + w; \
  /external/fonttools/Lib/fontTools/
agl.py 633 03C2;sigma1;GREEK SMALL LETTER FINAL SIGMA
    [all...]

Completed in 285 milliseconds