/external/boringssl/src/crypto/dh/ |
D | dh.c | 77 DH *dh = (DH *)OPENSSL_malloc(sizeof(DH)); in DH_new() local 93 void DH_free(DH *dh) { in DH_free() 118 int DH_generate_parameters_ex(DH *dh, int prime_bits, int generator, BN_GENCB *cb) { in DH_generate_parameters_ex() 234 int DH_generate_key(DH *dh) { in DH_generate_key() 319 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key() 376 int DH_size(const DH *dh) { return BN_num_bytes(dh->p); } in DH_size() 378 unsigned DH_num_bits(const DH *dh) { return BN_num_bits(dh->p); } in DH_num_bits() 380 int DH_up_ref(DH *dh) { in DH_up_ref() 433 DH *DHparams_dup(const DH *dh) { in DHparams_dup()
|
D | check.c | 64 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()
|
D | params.c | 254 DH *dh = DH_new(); in get_standard_parameters() local 282 void DH_check_standard_parameters(DH *dh) { in DH_check_standard_parameters()
|
D | CMakeLists.txt | 4 dh target
|
/external/tcpdump/ |
D | print-dccp.c | 80 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF) argument 81 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF) argument 83 #define DCCPH_X(dh) ((dh)->dccph_xtr & 1) argument 84 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) argument 191 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage() 202 const struct dccp_hdr *dh, u_int len) in dccp_cksum() 209 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum() 225 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno() local 238 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len() 245 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local [all …]
|
/external/e2fsprogs/lib/quota/ |
D | quotaio_tree.c | 91 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/ |
D | TreeWalker.java | 85 public TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId) in TreeWalker() 107 public TreeWalker(ContentHandler contentHandler, DOMHelper dh) in TreeWalker()
|
D | AttList.java | 69 public AttList(NamedNodeMap attrs, DOMHelper dh) in AttList()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 65 int dh, in Init() 77 bool WebRtcVideoFrame::Init(const CapturedFrame* frame, int dw, int dh, in Init() 196 int dh, in Reset()
|
/external/wpa_supplicant_8/src/crypto/ |
D | dh_groups.c | 1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() 1252 const struct dh_group *dh) in dh_derive_shared()
|
/external/testng/src/main/java/org/testng/xml/ |
D | XMLParser.java | 37 public void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException { in parse()
|
/external/clang/test/CodeGenCUDA/ |
D | function-overload.cu | 35 __device__ int dh(void) { return 1; } in dh() function 37 __host__ int dh(void) { return 2; } in dh() function
|
/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/boringssl/src/ssl/ |
D | ssl_ecdh.c | 216 DH *dh = (DH *)ctx->data; in ssl_dhe_generate_keypair() local 231 DH *dh = (DH *)ctx->data; in ssl_dhe_compute_secret() local
|
D | s3_lib.c | 277 int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) { in SSL_CTX_set_tmp_dh() 287 int SSL_set_tmp_dh(SSL *ssl, const DH *dh) { in SSL_set_tmp_dh()
|
/external/libpcap/ |
D | pcap-canusb-linux.c | 119 libusb_device_handle *dh = NULL; in canusb_findalldevs() local 165 libusb_device_handle *dh = NULL; in canusb_opendevice() local
|
/external/icu/icu4c/source/tools/genbrk/ |
D | genbrk.cpp | 101 DataHeader dh ={ variable
|
/external/icu/icu4c/source/tools/gencfu/ |
D | gencfu.cpp | 101 DataHeader dh ={ variable
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 145 int dw, int dh) { in MJPGToI420() 307 int dw, int dh) { in MJPGToARGB()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
D | AttList.java | 78 public AttList(NamedNodeMap attrs, DOM2Helper dh) in AttList()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmspcs.c | 445 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/ |
D | rbbidata.cpp | 64 const DataHeader *dh = udm->pHeader; in RBBIDataWrapper() local
|
/external/clang/test/SemaCUDA/ |
D | function-overload.cu | 27 __host__ int dh(void) { return 2; } in dh() function 28 __device__ int dh(void) { return 2; } in dh() function
|
/external/boringssl/src/include/openssl/ |
D | evp.h | 689 DH *dh; member
|