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

  /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 394 #define Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41))
396 #define sigma1(x) (ROTR((x),19) ^ ROTR((x),61) ^ ((x)>>6)) macro
432 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
440 T += sigma1(F[8+16-14]);
446 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
481 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
490 s1 = X[(i+14)&0x0f]; s1 = sigma1(s1);
493 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
509 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
515 s1 = X[(j+14)&0x0f]; s1 = sigma1(s1);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 586 milliseconds