Searched refs:W (Results 1 – 14 of 14) sorted by relevance
113 u64 *W; in sha512_compress() local116 W = os_malloc(80 * sizeof(u64)); in sha512_compress()117 if (!W) in sha512_compress()127 W[i] = WPA_GET_BE64(buf + (8 * i)); in sha512_compress()131 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()132 W[i - 16]; in sha512_compress()137 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in sha512_compress()154 os_free(W); in sha512_compress()
86 u32 S[8], W[64], t0, t1; in sha256_compress() local97 W[i] = WPA_GET_BE32(buf + (4 * i)); in sha256_compress()101 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()102 W[i - 16]; in sha256_compress()107 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
2429 mp_digit W[MP_WARRAY]; in fast_s_mp_mul_digs() local2444 os_memset(W, 0, sizeof(W)); in fast_s_mp_mul_digs()2470 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()2485 *tmpc++ = W[ix]; in fast_s_mp_mul_digs()2704 mp_word W[MP_WARRAY]; in fast_mp_montgomery_reduce() local2724 _W = W; in fast_mp_montgomery_reduce()2751 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); in fast_mp_montgomery_reduce()2776 _W = W + ix; in fast_mp_montgomery_reduce()2785 W[ix + 1] += W[ix] >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()2799 _W1 = W + ix; in fast_mp_montgomery_reduce()[all …]
5 W+DMYmAqqrqIT0E5a/s0wKJ6dy7hVp7vyq5n1fmLX6uuh+GwFCMDrWlL3yuRcHXN
13 yTtHf0jyusFDKhR+Piu4sng+Bk7/W+84OoL5Hdgy+7Q5Da8cZsfGzsBhR1ils86N
24 W/bAgzUwGB7bTUmVjQRGkFXIn0YcBlvMVJlvpQ0DqPftVY9Fa2TSUa2//M8PbIgk
12 AoIBtglR7/y5T/W/7yz2HUhQmyW71aMLGWFopfI8x1O2cHwnCqoiRbN64oH4En87
40 2VKF6cp8NuJg9+W+ZggC+dzcZJNpdaVYZMCsLEUCggEAPLyi07bwO2QlFQTqqDlW
23 - test compilation with gcc -W options (more warnings?)
436 -W = wait for a control interface monitor before starting
1503 * fixed a race condition with -W option (wait for a control interface2102 command line argument (-W) that can be used to make it wait until a
175 <term>-W</term>
490 <term>-W</term>
62 -W = wait for a control interface monitor before starting