Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 25) sorted by relevance

/hostap/src/utils/
Dext_password.h27 #define ext_password_deinit(d) do { } while (0) argument
28 #define ext_password_get(d, n) (NULL) argument
Dos.h523 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument
526 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument
Dos_internal.c287 char *d = dest; in os_memcpy() local
301 char *d = (char *) dest + n; in os_memmove() local
Dbrowser.c135 WebKitNavigationPolicyDecision *d; in view_cb_decide_policy() local
Dos_unix.c808 char *d; in os_strdup() local
/hostap/src/tls/
Dbignum.c196 const struct bignum *c, struct bignum *d) in bignum_mulmod()
216 const struct bignum *c, struct bignum *d) in bignum_exptmod()
Dlibtommath.c532 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
1017 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d()
1378 mp_digit d; in mp_mul_2d() local
1601 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1683 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
2144 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) in mp_reduce_2k_l()
2182 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l()
Drsa.c22 struct bignum *d; /* private exponent */ member
/hostap/tests/fuzzing/json/corpus/
D1.json1 {"a":[[]],"b":1,"c":"q","d":{"e":[{}]}} object
/hostap/src/crypto/
Daes-internal-enc.c39 #define ROUND(i,d,s) \ in rijndaelEncrypt() argument
Daes-internal-dec.c92 #define ROUND(i,d,s) \ in rijndaelDecrypt() argument
Dmd5-internal.c210 register u32 a, b, c, d; in MD5Transform() local
Dsha256-internal.c103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
Dmd4-internal.c200 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() local
Daes-ccm.c19 u32 *d = (u32 *) dst; in xor_aes_block() local
Dsha1-internal.c178 u32 a, b, c, d, e; in SHA1Transform() local
Daes-gcm.c27 u32 *d = (u32 *) dst; in xor_block() local
Dcrypto_libtomcrypt.c21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) argument
Dcrypto_wolfssl.c1484 struct crypto_bignum *d) in crypto_bignum_div()
1497 struct crypto_bignum *d) in crypto_bignum_addmod()
1510 struct crypto_bignum *d) in crypto_bignum_mulmod()
Dcrypto_openssl.c2120 struct crypto_bignum *d) in crypto_bignum_exptmod()
2204 struct crypto_bignum *d) in crypto_bignum_addmod()
2226 struct crypto_bignum *d) in crypto_bignum_mulmod()
/hostap/src/wps/
Dwps_registrar.c328 struct wps_registrar_device *d; in wps_device_store() local
3588 struct wps_registrar_device *d; in wps_registrar_get_info() local
/hostap/src/common/
Dieee802_11_common.c1305 int i, d; in hostapd_config_read_int10() local
Dwpa_common.h57 #define RSN_SELECTOR(a, b, c, d) \ argument
/hostap/wpa_supplicant/
Dp2p_supplicant.c2582 struct wpa_config *d; in wpas_p2p_clone_config() local
Dctrl_iface.c4981 const u8 *d; in anqp_add_hex() local