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

  /external/curl/lib/
sha256.c 116 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
137 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
101 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
sha512-internal.c 98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
126 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/e2fsprogs/lib/ext2fs/
sha256.c 43 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
103 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512.c 70 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
133 Gamma0(W[i - 15]) + W[i - 16];
  /external/f2fs-tools/tools/
sha512.c 90 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
153 Gamma0(W[i - 15]) + W[i - 16];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sha256module.c 122 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
136 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c 132 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sha256module.c 122 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
136 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c 132 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
  /external/python/cpython2/Modules/
sha256module.c 122 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
136 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c 132 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
  /external/python/cpython3/Modules/
sha256module.c 121 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
137 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha512module.c 130 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];

Completed in 929 milliseconds