HomeSort by relevance Sort by last modified time
    Searched defs:Sigma0 (Results 1 - 25 of 30) sorted by null

1 2

  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
108 t1 = Sigma0(a) + Maj(a, b, c); \
sha512-internal.c 96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
133 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]);
  /external/curl/lib/
sha256.c 114 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
143 t1 = Sigma0(a) + Maj(a, b, c); \
  /external/ImageMagick/MagickCore/
signature.c 618 #define Sigma0(x) (RotateRight(x,7) ^ RotateRight(x,18) ^ Trunc32((x) >> 3))
721 W[i]=Trunc32(Sigma1(W[i-2])+W[i-7]+Sigma0(W[i-15])+W[i-16]);
  /external/boringssl/src/crypto/fipsmodule/sha/
sha256.c 202 #define Sigma0(x) (ROTATE((x), 30) ^ ROTATE((x), 19) ^ ROTATE((x), 10))
204 #define sigma0(x) (ROTATE((x), 25) ^ ROTATE((x), 14) ^ ((x) >> 3)) macro
213 h = Sigma0(a) + Maj(a, b, c); \
221 s0 = sigma0(s0); \
328 #undef Sigma0
330 #undef sigma0 macro
sha512.c 425 #define Sigma0(x) (ROTR((x), 28) ^ ROTR((x), 34) ^ ROTR((x), 39))
427 #define sigma0(x) (ROTR((x), 1) ^ ROTR((x), 8) ^ ((x) >> 7)) macro
461 A = T + Sigma0(A) + Maj(A, F[1], F[2]);
465 T = sigma0(F[8 + 16 - 1]);
474 A = T + Sigma0(A) + Maj(A, F[1], F[2]);
495 h = Sigma0(a) + Maj(a, b, c); \
503 s0 = sigma0(s0); \
599 #undef Sigma0
601 #undef sigma0 macro
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 263 W[t] = Sigma1(W[t - 2]) + W[t - 7] + Sigma0(W[t - 15]) + W[t - 16];
370 private long Sigma0(
  /external/e2fsprogs/lib/ext2fs/
sha256.c 41 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
49 t1 = Sigma0(a) + Maj(a, b, c); \
sha512.c 68 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
74 t1 = Sigma0(a) + Maj(a, b, c);\
  /external/f2fs-tools/tools/
sha512.c 88 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
94 t1 = Sigma0(a) + Maj(a, b, c);\
  /external/python/cpython3/Modules/
sha256module.c 119 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
146 t1 = Sigma0(a) + Maj(a, b, c); \
sha512module.c 128 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
155 t1 = Sigma0(a) + Maj(a, b, c); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sha256module.c 120 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
145 t1 = Sigma0(a) + Maj(a, b, c); \
sha512module.c 130 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
155 t1 = Sigma0(a) + Maj(a, b, c); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sha256module.c 120 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
145 t1 = Sigma0(a) + Maj(a, b, c); \
sha512module.c 130 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
155 t1 = Sigma0(a) + Maj(a, b, c); \
  /external/python/cpython2/Modules/
sha256module.c 120 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22))
145 t1 = Sigma0(a) + Maj(a, b, c); \
sha512module.c 130 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39))
155 t1 = Sigma0(a) + Maj(a, b, c); \
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 377 milliseconds

1 2