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

  /external/wpa_supplicant/
sha256.c 225 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
248 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 228 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
251 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 90 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6))
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha256.c 65 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];

Completed in 430 milliseconds