/hostap-latest/src/crypto/ |
D | md5-internal.c | 194 #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
|
D | sha1-internal.c | 144 #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
|
D | md4-internal.c | 184 #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
|
D | sha512-internal.c | 92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument 93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
|
D | sha256-internal.c | 71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument 72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
|
D | aes-gcm.c | 65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
|
/hostap-latest/wpa_supplicant/ |
D | op_classes.c | 320 int z; in wpas_op_class_supported() local
|
/hostap-latest/src/common/ |
D | sae.c | 588 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
|
D | dpp_crypto.c | 1616 u8 *z, unsigned int hash_len) in dpp_pkex_derive_z()
|
D | wpa_common.c | 397 const u8 *z, size_t z_len, size_t kdk_len) in wpa_pmk_to_ptk()
|
D | dpp.h | 219 u8 z[DPP_MAX_HASH_LEN]; member
|
/hostap-latest/src/rsn_supp/ |
D | wpa.c | 720 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/ |
D | wpa_auth.c | 2867 const u8 *z = NULL; local 6989 void wpa_auth_set_dpp_z(struct wpa_state_machine *sm, const struct wpabuf *z)
|