Home
last modified time | relevance | path

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

1234

/external/boringssl/src/crypto/fipsmodule/dh/
Ddh.c73 DH *dh = OPENSSL_malloc(sizeof(DH)); in DH_new() local
88 void DH_free(DH *dh) { in DH_free()
111 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key()
113 const BIGNUM *DH_get0_priv_key(const DH *dh) { return dh->priv_key; } in DH_get0_priv_key()
115 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p()
117 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q()
119 const BIGNUM *DH_get0_g(const DH *dh) { return dh->g; } in DH_get0_g()
121 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key()
131 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key()
145 void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, const BIGNUM **out_q, in DH_get0_pqg()
[all …]
Dcheck.c62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check()
/external/rust/crates/quiche/deps/boringssl/src/crypto/dh/
Ddh.c75 DH *dh = OPENSSL_malloc(sizeof(DH)); in DH_new() local
91 void DH_free(DH *dh) { in DH_free()
116 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key()
118 const BIGNUM *DH_get0_priv_key(const DH *dh) { return dh->priv_key; } in DH_get0_priv_key()
120 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p()
122 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q()
124 const BIGNUM *DH_get0_g(const DH *dh) { return dh->g; } in DH_get0_g()
126 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key()
136 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key()
150 void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, const BIGNUM **out_q, in DH_get0_pqg()
[all …]
Dcheck.c62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
113 int DH_check(const DH *dh, int *out_flags) { in DH_check()
Ddh_test.cc288 bssl::UniquePtr<DH> dh(DH_new()); in TestBadY() local
342 bssl::UniquePtr<DH> dh(DH_parse_parameters(&cbs)); in TestASN1() local
Ddh_asn1.c120 int DH_marshal_parameters(CBB *cbb, const DH *dh) { in DH_marshal_parameters()
/external/tcpdump/
Dprint-dccp.c79 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF) argument
80 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF) argument
82 #define DCCPH_X(dh) ((dh)->dccph_xtr & 1) argument
83 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) argument
190 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
201 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
208 const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
223 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno() local
236 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()
243 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local
[all …]
/external/openssh/
Ddh.c223 dh_pub_is_valid(const DH *dh, const BIGNUM *dh_pub) in dh_pub_is_valid()
271 dh_gen_key(DH *dh, int need) in dh_gen_key()
302 DH *dh; in dh_new_group_asc() local
327 DH *dh; in dh_new_group() local
/external/boringssl/src/crypto/dh_extra/
Dparams.c97 int DH_generate_parameters_ex(DH *dh, int prime_bits, int generator, in DH_generate_parameters_ex()
260 DH *DHparams_dup(const DH *dh) { in DHparams_dup()
Ddh_test.cc289 bssl::UniquePtr<DH> dh(DH_new()); in TestBadY() local
343 bssl::UniquePtr<DH> dh(DH_parse_parameters(&cbs)); in TestASN1() local
455 bssl::UniquePtr<DH> dh(DH_new()); in TEST() local
Ddh_asn1.c120 int DH_marshal_parameters(CBB *cbb, const DH *dh) { in DH_marshal_parameters()
/external/e2fsprogs/lib/support/
Dquotaio_tree.c92 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local
123 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local
139 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in remove_free_dqentry() local
173 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local
198 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local
357 struct qt_disk_dqdbheader *dh; in free_dqentry() local
567 struct qt_disk_dqdbheader *dh; in report_block() local
/external/openssh/openbsd-compat/
Dlibressl-api-compat.c452 DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg()
465 DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
489 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
500 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
517 DH_set_length(DH *dh, long length) in DH_set_length()
/external/f2fs-tools/fsck/
Dquotaio_tree.c93 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in get_free_dqblk() local
124 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in put_free_dqblk() local
140 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in remove_free_dqentry() local
173 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local
198 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local
367 struct qt_disk_dqdbheader *dh; in free_dqentry() local
566 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()
/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init()
1239 const struct dh_group *dh) in dh_derive_shared()
/external/testng/src/main/java/org/testng/xml/
DXMLParser.java37 public void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException { in parse()
/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/tensorflow/tensorflow/core/kernels/image/
Dcolorspace_op.h75 auto dh = H * T(6); in operator() local
/external/libwebsockets/lib/core-net/
Dsequencer.c188 struct lws_dll2 *dh; in lws_seq_sul_pending_cb() local
268 struct lws_dll2 *dh; in lws_seq_check_wsi() local
/external/boringssl/src/ssl/test/runner/hpke/
Dkem.go126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte { argument
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp106 DataHeader dh ={ variable
/external/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp103 DataHeader dh ={ variable
/external/avb/libavb/
Davb_descriptor.c119 const AvbDescriptor* dh; in avb_descriptor_foreach() local

1234