Home
last modified time | relevance | path

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

12

/hostap-3.7.0/src/utils/
Dext_password.h27 #define ext_password_deinit(d) do { } while (0) argument
28 #define ext_password_get(d, n) (NULL) argument
Dos.h575 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument
578 #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
Dos_zephyr.c195 char *d; in os_strdup() local
Dbrowser.c135 WebKitNavigationPolicyDecision *d; in view_cb_decide_policy() local
Dos_unix.c789 char *d; in os_strdup() local
Dhttp_curl.c308 } d; member
348 } d; member
/hostap-3.7.0/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.c540 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()
Drsa.c22 struct bignum *d; /* private exponent */ member
/hostap-3.7.0/src/crypto/
Dcrypto_mbedtls-bignum.c126 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()
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.c106 #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_wolfssl.c1187 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()
Dcrypto_mbedtls_alt.c1218 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
Dcrypto_libtomcrypt.c21 #define mp_exptmod(a,b,c,d) ltc_mp.exptmod(a,b,c,d) argument
/hostap-3.7.0/tests/fuzzing/json/corpus/
D1.json1 {"a":[[]],"b":1,"c":"q","d":{"e":[{}]}} object
/hostap-3.7.0/hs20/server/www/
Dusers.php306 $d = $row['dump']; variable
/hostap-3.7.0/hs20/client/
Dest.c220 } d; member

12