Home
last modified time | relevance | path

Searched defs:y (Results 1 – 24 of 24) 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
101 #define ROR64c(x, y) \ argument
Dsha256-internal.c68 #define RORc(x, y) \ argument
71 #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()
96 static void ghash_start(u8 *y) in ghash_start()
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
Ddes-internal.c38 #define ROLc(x, y) \ argument
42 #define RORc(x, y) \ argument
Drandom.c69 static u32 __ROL32(u32 x, u32 y) in __ROL32()
Dcrypto_openssl.c150 BIGNUM *y, BN_CTX *ctx) in EC_POINT_get_affine_coordinates()
158 const BIGNUM *y, BN_CTX *ctx) in EC_POINT_set_affine_coordinates()
2455 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin()
2492 BIGNUM *x, *y; in crypto_ec_point_from_bin() local
2604 BIGNUM *x, *y; in crypto_ec_point_debug_print() local
Dcrypto_wolfssl.c1859 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin()
2700 const u8 *y, size_t len) in crypto_ec_key_set_pub()
2822 u8 y[ECC_MAXSIZE]; in crypto_ec_point_debug_print() local
Dcrypto_mbedtls_alt.c2174 int crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin()
2357 u8 y[MBEDTLS_MPI_MAX_SIZE]; in crypto_ec_point_debug_print() local
2566 struct crypto_ec_key *crypto_ec_key_set_pub(int group, const u8 *x, const u8 *y, size_t len) in crypto_ec_key_set_pub()
/hostap-latest/src/eap_common/
Deap_pwd_common.h36 #define EAP_PWD_SET_EXCHANGE(x,y) ((x) |= (y)) argument
Deap_pwd_common.c131 struct crypto_bignum *tmp2 = NULL, *y = NULL; in compute_password_element() local
/hostap-latest/tests/hwsim/vm/
Dparallel-vm.py554 def move(self, x, y): argument
/hostap-latest/src/tls/
Dlibtommath.c765 mp_int x, y, u, v, A, B, C, D; in mp_invmod_slow() local
1685 mp_int q, x, y, t1, t2; in mp_div() local
1879 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in s_mp_exptmod() local
2956 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in mp_exptmod_fast() local
/hostap-latest/src/eap_peer/
Deap_pax.c32 u8 y[EAP_PAX_RAND_LEN]; /* client rand */ member
/hostap-latest/src/eap_server/
Deap_server_pax.c32 u8 y[EAP_PAX_RAND_LEN]; /* client rand */ member
/hostap-latest/src/common/
Dsae.c295 struct crypto_bignum *x = NULL, *y = NULL, *qr = NULL, *qnr = NULL; in sae_derive_pwe_ecc() local
639 *x1a, *x1b, *y = NULL; in sswu() local
Ddpp_crypto.c1424 const u8 *x, *y; in dpp_pkex_get_role_elem() local
2531 u8 *x, *y; in dpp_test_gen_invalid_key() local
Ddpp.h216 struct crypto_ec_key *y; member
Ddpp.c2601 struct wpabuf *x = NULL, *y = NULL; in dpp_parse_jwk() local
/hostap-latest/src/radius/
Dradius.c1611 int x, y; in cmp_int() local
/hostap-latest/src/ap/
Dwpa_auth_ft.c220 int x, y; in cmp_int() local
/hostap-latest/tests/hwsim/
Dtest_dpp.py1249 def build_conf_obj(kty="EC", crv="P-256", argument