Home
last modified time | relevance | path

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

123

/external/boringssl/src/crypto/dh/
Ddh.c79 DH *dh = (DH *)OPENSSL_malloc(sizeof(DH)); in DH_new_method() local
114 void DH_free(DH *dh) { in DH_free()
144 int DH_generate_parameters_ex(DH *dh, int prime_bits, int generator, BN_GENCB *cb) { in DH_generate_parameters_ex()
151 int DH_generate_key(DH *dh) { in DH_generate_key()
158 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key()
165 int DH_size(const DH *dh) { return BN_num_bytes(dh->p); } in DH_size()
167 unsigned DH_num_bits(const DH *dh) { return BN_num_bits(dh->p); } in DH_num_bits()
169 int DH_up_ref(DH *dh) { in DH_up_ref()
222 DH *DHparams_dup(const DH *dh) { in DHparams_dup()
Dcheck.c64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) { in DH_check_pub_key()
93 int DH_check(const DH *dh, int *ret) { in DH_check()
Ddh_impl.c178 static int generate_key(DH *dh) { in generate_key()
258 static int compute_key(DH *dh, unsigned char *out, const BIGNUM *pub_key) { in compute_key()
DCMakeLists.txt4 dh target
Dparams.c267 DH *dh; in get_standard_parameters() local
297 void DH_check_standard_parameters(DH *dh) { in DH_check_standard_parameters()
/external/tcpdump/
Dprint-dccp.c63 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
74 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
81 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
95 static u_int64_t dccp_seqno(const struct dccp_hdr *dh) in dccp_seqno()
110 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()
117 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local
170 const struct dccp_hdr *dh; in dccp_print() local
Ddccp.h39 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF) argument
40 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF) 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/openssh/
Ddh.c216 dh_pub_is_valid(DH *dh, BIGNUM *dh_pub) in dh_pub_is_valid()
258 dh_gen_key(DH *dh, int need) in dh_gen_key()
283 DH *dh; in dh_new_group_asc() local
303 DH *dh; in dh_new_group() local
/external/e2fsprogs/lib/quota/
Dquotaio_tree.c91 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local
121 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local
136 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in remove_free_dqentry() local
169 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local
194 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local
350 struct qt_disk_dqdbheader *dh; in free_dqentry() local
549 struct qt_disk_dqdbheader *dh; in report_block() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java85 public TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId) in TreeWalker()
107 public TreeWalker(ContentHandler contentHandler, DOMHelper dh) in TreeWalker()
DAttList.java69 public AttList(NamedNodeMap attrs, DOMHelper dh) in AttList()
/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init()
1247 const struct dh_group *dh) in dh_derive_shared()
/external/wpa_supplicant_8/src/eap_server/
Dikev2.h19 int dh; member
34 const struct dh_group *dh; member
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.h19 int dh; member
35 const struct dh_group *dh; member
/external/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp99 DataHeader dh ={ variable
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp99 DataHeader dh ={ variable
/external/libpcap/
Dpcap-canusb-linux.c118 libusb_device_handle *dh = NULL; in canusb_findalldevs() local
164 libusb_device_handle *dh = NULL; in canusb_opendevice() local
Dpcap-libdlpi.c105 dlpi_handle_t dh; in pcap_activate_libdlpi() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java78 public AttList(NamedNodeMap attrs, DOM2Helper dh) in AttList()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc145 int dw, int dh) { in MJPGToI420()
307 int dw, int dh) { in MJPGToARGB()
/external/boringssl/src/ssl/
Ds3_lib.c273 int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) { in SSL_CTX_set_tmp_dh()
283 int SSL_set_tmp_dh(SSL *ssl, const DH *dh) { in SSL_set_tmp_dh()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmspcs.c445 cmsFloat64Number dE, dL, dC, dh, dhsq; in cmsCIE94DeltaE() local
491 deltaC,deltah,dc,t,g,dh,rh,rc,rt,bfd; in cmsBFDdeltaE() local
541 cmsFloat64Number dE,dL,dC,dh,sl,sc,sh,t,f,cmc; in cmsCMCdeltaE() local
/external/icu/icu4c/source/common/
Drbbidata.cpp64 const DataHeader *dh = udm->pHeader; in RBBIDataWrapper() local
/external/wpa_supplicant_8/src/common/
Dsae.h36 const struct dh_group *dh; member
/external/valgrind/VEX/priv/
Ds390_disasm.c416 UInt dh, dl, x, b; in s390_disasm() local

123