/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 101 #define ROR64c(x, y) \ argument
|
D | sha256-internal.c | 68 #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
|
D | aes-gcm.c | 65 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()
|
D | des-internal.c | 38 #define ROLc(x, y) \ argument 42 #define RORc(x, y) \ argument
|
D | random.c | 69 static u32 __ROL32(u32 x, u32 y) in __ROL32()
|
D | crypto_openssl.c | 150 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
|
D | crypto_wolfssl.c | 1859 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
|
D | crypto_mbedtls_alt.c | 2174 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/ |
D | eap_pwd_common.h | 36 #define EAP_PWD_SET_EXCHANGE(x,y) ((x) |= (y)) argument
|
D | eap_pwd_common.c | 131 struct crypto_bignum *tmp2 = NULL, *y = NULL; in compute_password_element() local
|
/hostap-latest/tests/hwsim/vm/ |
D | parallel-vm.py | 554 def move(self, x, y): argument
|
/hostap-latest/src/tls/ |
D | libtommath.c | 765 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/ |
D | eap_pax.c | 32 u8 y[EAP_PAX_RAND_LEN]; /* client rand */ member
|
/hostap-latest/src/eap_server/ |
D | eap_server_pax.c | 32 u8 y[EAP_PAX_RAND_LEN]; /* client rand */ member
|
/hostap-latest/src/common/ |
D | sae.c | 295 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
|
D | dpp_crypto.c | 1424 const u8 *x, *y; in dpp_pkex_get_role_elem() local 2531 u8 *x, *y; in dpp_test_gen_invalid_key() local
|
D | dpp.h | 216 struct crypto_ec_key *y; member
|
D | dpp.c | 2601 struct wpabuf *x = NULL, *y = NULL; in dpp_parse_jwk() local
|
/hostap-latest/src/radius/ |
D | radius.c | 1611 int x, y; in cmp_int() local
|
/hostap-latest/src/ap/ |
D | wpa_auth_ft.c | 220 int x, y; in cmp_int() local
|
/hostap-latest/tests/hwsim/ |
D | test_dpp.py | 1249 def build_conf_obj(kty="EC", crv="P-256", argument
|