/hostap-3.7.0/src/crypto/ |
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 94 #define S(x, n) ROR64c(x, n) argument 95 #define R(x, n) (((x) & CONST64(0xFFFFFFFFFFFFFFFF)) >> ((u64) n)) argument 96 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) argument 97 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) argument 98 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) argument 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) argument 101 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument 104 #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 73 #define S(x, n) RORc((x), (n)) argument 74 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) argument 75 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) argument 76 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) argument 77 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) argument 78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) argument 80 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
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 | aes-ccm.c | 30 u8 *x) in aes_ccm_auth_start() 64 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) in aes_ccm_auth() 117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() 154 u8 x[AES_BLOCK_SIZE], a[AES_BLOCK_SIZE]; in aes_ccm_ae() local 184 u8 x[AES_BLOCK_SIZE], a[AES_BLOCK_SIZE]; in aes_ccm_ad() local
|
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 | crypto_mbedtls-ec.c | 181 struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 207 struct crypto_ec *e, struct crypto_ec_point *pt, struct crypto_bignum *x, in crypto_ec_get_affine_coordinates() 237 struct crypto_bignum *x) in crypto_ec_point_x() 364 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() 413 int crypto_get_order(struct crypto_ec_group *group, struct crypto_bignum *x) in crypto_get_order() 420 struct crypto_ec *e, const struct crypto_bignum *x) in crypto_ec_point_compute_y_sqr() 520 u8 x[32], y[32]; in crypto_debug_print_point() local 760 u8 x[32], y[32], d[32]; in crypto_debug_print_ec_key() local
|
D | aes-gcm.c | 65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult() 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 | fips_prf_internal.c | 17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | des-internal.c | 38 #define ROLc(x, y) \ argument 42 #define RORc(x, y) \ argument
|
D | fips_prf_wolfssl.c | 36 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | fips_prf_openssl.c | 48 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) in fips186_2_prf()
|
D | crypto_openssl.c | 117 static const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x) in ASN1_STRING_get0_data() 1848 struct crypto_bignum *x) in crypto_ec_point_x() 1858 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 1893 BIGNUM *x, *y; in crypto_ec_point_from_bin() local 1956 const struct crypto_bignum *x) in crypto_ec_point_compute_y_sqr() 2006 BIGNUM *x, *y; in crypto_ec_point_debug_print() local 2126 BIGNUM *x, *y = NULL; in crypto_ecdh_get_pubkey() local 2184 BIGNUM *x, *y = NULL; in crypto_ecdh_set_peerkey() local 2347 BIGNUM *x = NULL, *y = NULL; in crypto_ec_key_set_pub() local
|
D | crypto_mbedtls_alt.c | 30 #define MBEDTLS_PRIVATE(x) x argument 50 #define __has_attribute(x) 0 argument 1783 const struct crypto_bignum *x, in crypto_ec_point_solve_y_coord() 2491 int crypto_ec_point_x(struct crypto_ec *e, const struct crypto_ec_point *p, struct crypto_bignum *x) in crypto_ec_point_x() 2497 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() 2616 static int crypto_ec_point_y_sqr_weierstrass(mbedtls_ecp_group *e, const mbedtls_mpi *x, mbedtls_mp… in crypto_ec_point_y_sqr_weierstrass() 2640 …ct crypto_bignum *crypto_ec_point_compute_y_sqr(struct crypto_ec *e, const struct crypto_bignum *x) in crypto_ec_point_compute_y_sqr() 2679 u8 x[MBEDTLS_MPI_MAX_SIZE]; in crypto_ec_point_debug_print() local 2892 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()
|
D | random.c | 69 static u32 __ROL32(u32 x, u32 y) in __ROL32()
|
D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) argument
|
D | crypto_wolfssl.c | 1469 struct crypto_bignum *x) in crypto_ec_point_x() 1476 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 1635 const struct crypto_bignum *x) in crypto_ec_point_compute_y_sqr()
|
D | tls_openssl_ocsp.c | 474 X509 *x = sk_X509_value(certs, i); in ocsp_find_signer() local
|
/hostap-3.7.0/src/eap_common/ |
D | eap_pwd_common.h | 31 #define EAP_PWD_GET_LENGTH_BIT(x) ((x) & 0x80) argument 32 #define EAP_PWD_SET_LENGTH_BIT(x) ((x) |= 0x80) argument 33 #define EAP_PWD_GET_MORE_BIT(x) ((x) & 0x40) argument 34 #define EAP_PWD_SET_MORE_BIT(x) ((x) |= 0x40) argument 35 #define EAP_PWD_GET_EXCHANGE(x) ((x) & 0x3f) argument 36 #define EAP_PWD_SET_EXCHANGE(x,y) ((x) |= (y)) argument
|
/hostap-3.7.0/src/tls/ |
D | libtommath.c | 63 #define MIN(x,y) ((x)<(y)?(x):(y)) argument 67 #define MAX(x,y) ((x)>(y)?(x):(y)) argument 70 #define OPT_CAST(x) argument 222 mp_int *x; in s_mp_add() local 773 mp_int x, y, u, v, A, B, C, D; in mp_invmod_slow() local 999 int x, res; in mp_to_unsigned_bin() local 1028 int x, res; in mp_div_2d() local 1178 int x; in mp_rshd() local 1337 int x, res, oldused; in mp_div_2() local 1413 register int x; in mp_mul_2d() local [all …]
|
/hostap-3.7.0/src/drivers/ |
D | driver_common.c | 255 #define DF2S(x) case WPA_DRIVER_FLAGS_ ## x: return #x in driver_flag_to_string() argument 329 #define DF2S(x) case WPA_DRIVER_FLAGS2_ ## x: return #x in driver_flag2_to_string() argument
|
D | ndis_events.c | 38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL argument 39 #define BstrFree(x) if (x) SysFreeString(x) argument
|
/hostap-3.7.0/tests/hwsim/vm/ |
D | parallel-vm.py | 519 def move(self, x, y): argument
|
/hostap-3.7.0/src/eap_peer/ |
D | eap_pax.c | 31 u8 x[EAP_PAX_RAND_LEN]; /* server rand */ member
|
/hostap-3.7.0/src/eap_server/ |
D | eap_server_pax.c | 31 u8 x[EAP_PAX_RAND_LEN]; /* server rand */ member
|