Home
last modified time | relevance | path

Searched refs:W (Results 1 – 14 of 14) sorted by relevance

/hostap-3.6.0/src/crypto/
Dsha512-internal.c113 u64 *W; in sha512_compress() local
116 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()
Dsha256-internal.c86 u32 S[8], W[64], t0, t1; in sha256_compress() local
97 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()
/hostap-3.6.0/src/tls/
Dlibtommath.c2429 mp_digit W[MP_WARRAY]; in fast_s_mp_mul_digs() local
2444 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() local
2724 _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 …]
/hostap-3.6.0/tests/hwsim/auth_serv/
Docsp-responder.csr5 W+DMYmAqqrqIT0E5a/s0wKJ6dy7hVp7vyq5n1fmLX6uuh+GwFCMDrWlL3yuRcHXN
Dserver-certpol2.key13 yTtHf0jyusFDKhR+Piu4sng+Bk7/W+84OoL5Hdgy+7Q5Da8cZsfGzsBhR1ils86N
Drsa3072-server.key24 W/bAgzUwGB7bTUmVjQRGkFXIn0YcBlvMVJlvpQ0DqPftVY9Fa2TSUa2//M8PbIgk
Dsha512-server.key12 AoIBtglR7/y5T/W/7yz2HUhQmyW71aMLGWFopfI8x1O2cHwnCqoiRbN64oH4En87
Dserver-long-duration.key40 2VKF6cp8NuJg9+W+ZggC+dzcZJNpdaVYZMCsLEUCggEAPLyi07bwO2QlFQTqqDlW
/hostap-3.6.0/wpa_supplicant/
Dtodo.txt23 - test compilation with gcc -W options (more warnings?)
DREADME436 -W = wait for a control interface monitor before starting
DChangeLog1503 * fixed a race condition with -W option (wait for a control interface
2102 command line argument (-W) that can be used to make it wait until a
/hostap-3.6.0/wpa_supplicant/doc/docbook/
Deapol_test.sgml175 <term>-W</term>
Dwpa_supplicant.sgml490 <term>-W</term>
/hostap-3.6.0/doc/
Dtesting_tools.doxygen62 -W = wait for a control interface monitor before starting