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

  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 74 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
98 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 227 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
251 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) +
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 89 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7))
114 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];
sha256.c 64 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
92 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16];

Completed in 24 milliseconds