HomeSort by relevance Sort by last modified time
    Searched full:sigma1 (Results 26 - 39 of 39) sorted by null

12

  /external/openssl/crypto/sha/asm/
sha256-586.pl 51 &add ($T,"edi") if ($in_16_63); # T += sigma1(X[-2])
58 &ror ("ecx",6); # Sigma1(e)
60 &add ($T,"ecx"); # T += Sigma1(e)
182 &xor ("edi","ecx"); # sigma1(X[-2])
185 # &add ($T,"edi"); # T += sigma1(X[-2])
sha512-586.pl 138 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
171 &xor ("ebx","edi"); # T1 = Sigma1(e)
484 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
515 &xor ("eax","edi"); # sigma1(X[-2])
520 &adc ("ebx",&DWP(4,"esp")); # T1 = sigma1(X[-2])+T1
  /external/chromium_org/third_party/openssl/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 387 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
389 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
425 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
433 T += sigma1(F[8+16-14]);
439 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
474 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
483 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
486 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
502 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
508 s1 = X[(j+14)&0x0f]; s1 = sigma1(s1);
    [all...]
  /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 387 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
389 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
425 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
433 T += sigma1(F[8+16-14]);
439 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
474 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
483 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
486 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
502 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
508 s1 = X[(j+14)&0x0f]; s1 = sigma1(s1);
    [all...]
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 216 W[t] = Sigma1(W[t - 2]) + W[t - 7] + Sigma0(W[t - 15]) + W[t - 16];
329 private long Sigma1(
  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 73 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25))
104 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-586.pl 138 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
171 &xor ("ebx","edi"); # T1 = Sigma1(e)
484 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6))
515 &xor ("eax","edi"); # sigma1(X[-2])
520 &adc ("ebx",&DWP(4,"esp")); # T1 = sigma1(X[-2])+T1
  /external/opencv/cv/src/
cvsmooth.cpp     [all...]
  /external/opencv/cv/include/
cv.h 85 double sigma1 CV_DEFAULT(0),
    [all...]
  /device/samsung/manta/gps/
gpsd 

Completed in 1159 milliseconds

12