Home
last modified time | relevance | path

Searched defs:z (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/src/crypto/
Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
195 #define F2(x, y, z) F1(z, x, y) argument
196 #define F3(x, y, z) (x ^ y ^ z) argument
197 #define F4(x, y, z) (y ^ (x | ~z)) argument
200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
Dsha1-internal.c144 #define R0(v,w,x,y,z,i) \ argument
147 #define R1(v,w,x,y,z,i) \ argument
150 #define R2(v,w,x,y,z,i) \ argument
152 #define R3(v,w,x,y,z,i) \ argument
155 #define R4(v,w,x,y,z,i) \ argument
Dmd4-internal.c184 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) argument
186 #define F3(x, y, z) (x ^ y ^ z) argument
189 #define MD4STEP(f, w, x, y, z, data, s) \ argument
Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
Daes-gcm.c65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
/hostap-latest/wpa_supplicant/
Dop_classes.c320 int z; in wpas_op_class_supported() local
/hostap-latest/src/common/
Dsae.c588 static int sswu_curve_param(int group, int *z) in sswu_curve_param()
638 struct crypto_bignum *u2, *t1, *t2, *z, *t, *zero, *one, *two, *three, in sswu() local
Ddpp_crypto.c1616 u8 *z, unsigned int hash_len) in dpp_pkex_derive_z()
Dwpa_common.c397 const u8 *z, size_t z_len, size_t kdk_len) in wpa_pmk_to_ptk()
Ddpp.h219 u8 z[DPP_MAX_HASH_LEN]; member
/hostap-latest/src/rsn_supp/
Dwpa.c720 const u8 *z = NULL; in wpa_derive_ptk() local
7029 void wpa_sm_set_dpp_z(struct wpa_sm *sm, const struct wpabuf *z) in wpa_sm_set_dpp_z()
/hostap-latest/src/ap/
Dwpa_auth.c2867 const u8 *z = NULL; local
6989 void wpa_auth_set_dpp_z(struct wpa_state_machine *sm, const struct wpabuf *z)