/hostap-3.7.0/src/utils/ |
D | ext_password.h | 27 #define ext_password_deinit(d) do { } while (0) argument 28 #define ext_password_get(d, n) (NULL) argument
|
D | os.h | 575 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument 578 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument
|
D | os_internal.c | 287 char *d = dest; in os_memcpy() local 301 char *d = (char *) dest + n; in os_memmove() local
|
D | os_zephyr.c | 195 char *d; in os_strdup() local
|
D | browser.c | 135 WebKitNavigationPolicyDecision *d; in view_cb_decide_policy() local
|
D | os_unix.c | 789 char *d; in os_strdup() local
|
D | http_curl.c | 308 } d; member 348 } d; member
|
/hostap-3.7.0/src/tls/ |
D | bignum.c | 196 const struct bignum *c, struct bignum *d) in bignum_mulmod() 216 const struct bignum *c, struct bignum *d) in bignum_exptmod()
|
D | libtommath.c | 540 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod() 1025 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d() 1386 mp_digit d; in mp_mul_2d() local 1609 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() 1691 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() 2152 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) in mp_reduce_2k_l() 2190 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l()
|
D | rsa.c | 22 struct bignum *d; /* private exponent */ member
|
/hostap-3.7.0/src/crypto/ |
D | crypto_mbedtls-bignum.c | 126 const struct crypto_bignum *c, struct crypto_bignum *d) in crypto_bignum_exptmod() 187 const struct crypto_bignum *c, struct crypto_bignum *d) in crypto_bignum_mulmod() 317 const struct crypto_bignum *c, struct crypto_bignum *d) in crypto_bignum_addmod()
|
D | aes-internal-enc.c | 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() argument
|
D | aes-internal-dec.c | 92 #define ROUND(i,d,s) \ in rijndaelDecrypt() argument
|
D | md5-internal.c | 210 register u32 a, b, c, d; in MD5Transform() local
|
D | sha256-internal.c | 106 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
|
D | md4-internal.c | 200 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() local
|
D | aes-ccm.c | 19 u32 *d = (u32 *) dst; in xor_aes_block() local
|
D | sha1-internal.c | 178 u32 a, b, c, d, e; in SHA1Transform() local
|
D | aes-gcm.c | 27 u32 *d = (u32 *) dst; in xor_block() local
|
D | crypto_wolfssl.c | 1187 struct crypto_bignum *d) in crypto_bignum_div() 1200 struct crypto_bignum *d) in crypto_bignum_addmod() 1213 struct crypto_bignum *d) in crypto_bignum_mulmod()
|
D | crypto_mbedtls_alt.c | 1218 struct crypto_bignum *d) in crypto_bignum_exptmod() 1282 struct crypto_bignum *d) in crypto_bignum_addmod() 1296 struct crypto_bignum *d) in crypto_bignum_mulmod() 1995 mbedtls_mpi d; in crypto_ecdh_init2() local
|
D | crypto_libtomcrypt.c | 21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) argument
|
/hostap-3.7.0/tests/fuzzing/json/corpus/ |
D | 1.json | 1 {"a":[[]],"b":1,"c":"q","d":{"e":[{}]}} object
|
/hostap-3.7.0/hs20/server/www/ |
D | users.php | 306 $d = $row['dump']; variable
|
/hostap-3.7.0/hs20/client/ |
D | est.c | 220 } d; member
|