/external/openssl/crypto/dh/ |
D | dh_key.c | 74 int DH_generate_key(DH *dh) in DH_generate_key() 87 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() 117 static int generate_key(DH *dh) in generate_key() 203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() 263 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp() 281 static int dh_init(DH *dh) in dh_init() 287 static int dh_finish(DH *dh) in dh_finish()
|
D | dh_check.c | 73 int DH_check(const DH *dh, int *ret) in DH_check() 122 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
|
D | p1024.c | 85 DH *dh; in main() local
|
D | p192.c | 73 DH *dh; in main() local
|
D | p512.c | 78 DH *dh; in main() local
|
D | dh_lib.c | 96 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method() 257 int DH_size(const DH *dh) in DH_size()
|
D | dh_ameth.c | 81 DH *dh = NULL; in dh_pub_decode() local 131 DH *dh; in dh_pub_encode() local 194 DH *dh = NULL; in dh_priv_decode() local 301 DH *dh; in dh_param_decode() local
|
D | dh_pmeth.c | 163 DH *dh = NULL; in pkey_dh_paramgen() local 188 DH *dh = NULL; in pkey_dh_keygen() local
|
/external/openssh/ |
D | dh.c | 193 dh_pub_is_valid(DH *dh, BIGNUM *dh_pub) in dh_pub_is_valid() 235 dh_gen_key(DH *dh, int need) in dh_gen_key() 267 DH *dh; in dh_new_group_asc() local 288 DH *dh; in dh_new_group() local
|
D | kexdhc.c | 51 DH *dh; in kexdh_client() local
|
D | kexdhs.c | 54 DH *dh; in kexdh_server() local
|
D | kexgexc.c | 59 DH *dh; in kexgex_client() local
|
D | kexgexs.c | 58 DH *dh; in kexgex_server() local
|
/external/tcpdump/ |
D | print-dccp.c | 64 const struct dccp_hdr *dh, u_int len) in dccp_cksum() 93 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum() 143 static u_int64_t dccp_seqno(const struct dccp_hdr *dh) in dccp_seqno() 158 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len() 165 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local 218 const struct dccp_hdr *dh; in dccp_print() local
|
D | dccp.h | 39 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov) & 0x0F) argument 40 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov >> 4) & 0x0F) argument 42 #define DCCPH_X(dh) ((dh)->dccph_xtrs.dccph_xtr & 1) argument 43 #define DCCPH_TYPE(dh) (((dh)->dccph_xtrs.dccph_xtr >> 1) & 0xF) argument 44 #define DCCPH_SEQ(dh) (((dh)->dccph_xtrs.dccph_seq) >> 8) argument
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | dh_groups.c | 554 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() 607 const struct dh_group *dh) in dh_derive_shared()
|
/external/wpa_supplicant_8/src/crypto/ |
D | dh_groups.c | 549 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() 603 const struct dh_group *dh) in dh_derive_shared()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 85 public TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId) in TreeWalker() 107 public TreeWalker(ContentHandler contentHandler, DOMHelper dh) in TreeWalker()
|
/external/openssl/apps/ |
D | gendh.c | 92 DH *dh=NULL; in MAIN() local
|
D | dh.c | 91 DH *dh=NULL; in MAIN() local
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | ikev2.h | 25 int dh; member 40 const struct dh_group *dh; member
|
/external/wpa_supplicant_8/src/eap_server/ |
D | ikev2.h | 19 int dh; member 34 const struct dh_group *dh; member
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.h | 19 int dh; member 35 const struct dh_group *dh; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | ikev2.h | 25 int dh; member 41 const struct dh_group *dh; member
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 117 int dh = sh + 2*ry; in kernel_clamped() local 181 int dh = sh + 2*ry; in apply_kernel() local 284 int dh = sh + 2*ry; in kernel_interp_clamped() local 375 int dh = sh + 2*ry; in apply_kernel_interp() local
|