/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
H A D | SAXParserTest.java | 325 MyDefaultHandler dh = new MyDefaultHandler(); in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local 332 MyDefaultHandler dh = new MyDefaultHandler(); in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local 341 MyDefaultHandler dh = new MyDefaultHandler(); in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local 342 parser.parse((File) null, dh); in test_parseLjava_io_FileLorg_xml_sax_helpers_DefaultHandler() local 360 MyHandler dh = new MyHandler(); in testParseFileHandlerBase() local 373 MyHandler dh = new MyHandler(); in testParseFileHandlerBase() local 386 MyHandler dh = new MyHandler(); in testParseFileHandlerBase() local 387 parser.parse((File) null, dh); in testParseFileHandlerBase() local 415 MyDefaultHandler dh = new MyDefaultHandler(); in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local 423 MyDefaultHandler dh = new MyDefaultHandler(); in test_parseLorg_xml_sax_InputSourceLorg_xml_sax_helpers_DefaultHandler() local [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/dh/ |
H A D | dh.c | 74 DH *dh = OPENSSL_zalloc(sizeof(DH)); in DH_new() local 84 void DH_free(DH *dh) { in DH_free() 104 unsigned DH_bits(const DH *dh) { return BN_num_bits(dh->p); } in DH_bits() 106 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key() 108 const BIGNUM *DH_get0_priv_key(const DH *dh) { return dh->priv_key; } in DH_get0_priv_key() 110 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p() 112 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q() 114 const BIGNUM *DH_get0_g(const DH *dh) { return dh->g; } in DH_get0_g() 116 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key() 126 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() [all …]
|
H A D | check.c | 65 int dh_check_params_fast(const DH *dh) { in dh_check_params_fast() 89 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key() 140 int DH_check(const DH *dh, int *out_flags) { in DH_check()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/dh/ |
H A D | dh.c | 74 DH *dh = OPENSSL_zalloc(sizeof(DH)); in DH_new() local 84 void DH_free(DH *dh) { in DH_free() 104 unsigned DH_bits(const DH *dh) { return BN_num_bits(dh->p); } in DH_bits() 106 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key() 108 const BIGNUM *DH_get0_priv_key(const DH *dh) { return dh->priv_key; } in DH_get0_priv_key() 110 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p() 112 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q() 114 const BIGNUM *DH_get0_g(const DH *dh) { return dh->g; } in DH_get0_g() 116 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key() 126 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() [all …]
|
H A D | check.c | 65 int dh_check_params_fast(const DH *dh) { in dh_check_params_fast() 89 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key() 140 int DH_check(const DH *dh, int *out_flags) { in DH_check()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/dh/ |
D | dh.c | 74 DH *dh = OPENSSL_malloc(sizeof(DH)); in DH_new() local 89 void DH_free(DH *dh) { in DH_free() 112 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key() 114 const BIGNUM *DH_get0_priv_key(const DH *dh) { return dh->priv_key; } in DH_get0_priv_key() 116 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p() 118 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q() 120 const BIGNUM *DH_get0_g(const DH *dh) { return dh->g; } in DH_get0_g() 122 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key() 132 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 146 void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, const BIGNUM **out_q, in DH_get0_pqg() [all …]
|
D | check.c | 62 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()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/dh/ |
D | dh.c | 74 DH *dh = OPENSSL_malloc(sizeof(DH)); in DH_new() local 89 void DH_free(DH *dh) { in DH_free() 112 const BIGNUM *DH_get0_pub_key(const DH *dh) { return dh->pub_key; } in DH_get0_pub_key() 114 const BIGNUM *DH_get0_priv_key(const DH *dh) { return dh->priv_key; } in DH_get0_priv_key() 116 const BIGNUM *DH_get0_p(const DH *dh) { return dh->p; } in DH_get0_p() 118 const BIGNUM *DH_get0_q(const DH *dh) { return dh->q; } in DH_get0_q() 120 const BIGNUM *DH_get0_g(const DH *dh) { return dh->g; } in DH_get0_g() 122 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key() 132 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 146 void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, const BIGNUM **out_q, in DH_get0_pqg() [all …]
|
D | check.c | 62 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()
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-dccp.c | 78 #define DCCPH_CCVAL(dh) ((GET_U_1((dh)->dccph_ccval_cscov) >> 4) & 0xF) argument 79 #define DCCPH_CSCOV(dh) (GET_U_1((dh)->dccph_ccval_cscov) & 0xF) argument 81 #define DCCPH_X(dh) (GET_U_1((dh)->dccph_xtr) & 1) argument 82 #define DCCPH_TYPE(dh) ((GET_U_1((dh)->dccph_xtr) >> 1) & 0xF) argument 192 const struct dccp_hdr *dh, u_int len) in dccp_csum_coverage() 203 const struct dccp_hdr *dh, u_int len) in dccp_cksum() 210 const struct dccp_hdr *dh, u_int len) in dccp6_cksum() 226 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno() local 240 dccp_basic_hdr_len(netdissect_options *ndo, const struct dccp_hdr *dh) in dccp_basic_hdr_len() 247 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/dh_extra/ |
H A D | dh_test.cc | 202 bssl::UniquePtr<DH> dh(DH_new()); in NewDHGroup() local 224 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), q.get(), g.get()); in TEST() local 264 bssl::UniquePtr<DH> dh(DH_parse_parameters(&cbs)); in TEST() local 358 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), /*q=*/nullptr, g.get()); in TEST() local 467 auto check_invalid_group = [](DH *dh) { in TEST() 489 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), /*q=*/nullptr, g.get()); in TEST() local 575 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), /*q=*/nullptr, g.get()); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/dh_extra/ |
H A D | dh_test.cc | 202 bssl::UniquePtr<DH> dh(DH_new()); in NewDHGroup() local 224 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), q.get(), g.get()); in TEST() local 264 bssl::UniquePtr<DH> dh(DH_parse_parameters(&cbs)); in TEST() local 358 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), /*q=*/nullptr, g.get()); in TEST() local 467 auto check_invalid_group = [](DH *dh) { in TEST() 489 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), /*q=*/nullptr, g.get()); in TEST() local 575 bssl::UniquePtr<DH> dh = NewDHGroup(p.get(), /*q=*/nullptr, g.get()); in TEST() local
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | dh.rs | 67 let dh = Dh::from_ptr(cvt_p(ffi::DH_new())?); in from_pqg() localVariable 116 let dh = Dh::from_ptr(cvt_p(ffi::DH_new())?); in generate_params() localVariable 374 let dh = Dh::from_params( in test_dh_params() localVariable 396 let dh = Dh::from_params(p, g, q).unwrap(); in test_from_dhx_serializes_q() localVariable 397 let dh = dh.set_public_key(y).unwrap(); in test_from_dhx_serializes_q() localVariable 447 let dh = Dh::params_from_pem(params).unwrap(); in test_dh_from_pem() localVariable 454 let dh = Dh::params_from_pem(params).unwrap(); in test_dh_from_der() localVariable
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/parsers/ |
H A D | SAXParser.java | 180 public void parse(InputStream is, DefaultHandler dh) in parse() 207 DefaultHandler dh, in parse() 259 public void parse(String uri, DefaultHandler dh) in parse() 313 public void parse(File f, DefaultHandler dh) in parse() 377 public void parse(InputSource is, DefaultHandler dh) in parse()
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A D | quotaio_tree.c | 92 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
|
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | quotaio_tree.c | 92 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 172 struct qt_disk_dqdbheader *dh = (struct qt_disk_dqdbheader *)buf; in insert_free_dqentry() local 197 struct qt_disk_dqdbheader *dh; in find_free_dqentry() local 366 struct qt_disk_dqdbheader *dh; in free_dqentry() local 565 struct qt_disk_dqdbheader *dh; in report_block() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/ |
H A D | p_dh_asn1.c | 30 const DH *dh = pkey->pkey; in dh_param_missing() local 40 const DH *dh = from->pkey; in dh_param_copy() local 115 DH *dh = EVP_PKEY_get0_DH(pkey); in EVP_PKEY_get1_DH() local
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A D | p_dh_asn1.c | 30 const DH *dh = pkey->pkey; in dh_param_missing() local 40 const DH *dh = from->pkey; in dh_param_copy() local 115 DH *dh = EVP_PKEY_get0_DH(pkey); in EVP_PKEY_get1_DH() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/dh_extra/ |
D | dh_test.cc | 289 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
|
D | params.c | 97 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()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/dh_extra/ |
D | dh_test.cc | 289 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
|
D | params.c | 97 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()
|
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/ |
H A D | hpke.rs | 90 dh: DH, field 360 let dh = Ecdh::new(cipher_suite).unwrap(); in dh_kem_kem_id() localVariable 370 let dh = Ecdh::new(cipher_suite).unwrap(); in dh_kem_generate() localVariable 380 let dh = Ecdh::new(cipher_suite).unwrap(); in dh_kem_derive() localVariable 404 let dh = Ecdh::new(cipher_suite).unwrap(); in dh_kem_public_key_validate() localVariable
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/ |
D | RoutingTableParser.java | 293 public void update(DeviceHost dh) { in update() 303 public void dump(DeviceHost dh, PrintWriter pw) { in dump() 329 public List<Entry> getRoutingTableEntryList(DeviceHost dh) { in getRoutingTableEntryList()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeKePayload.java | 211 public static IkeKePayload createOutboundKePayload( in createOutboundKePayload() 227 private static IkeKePayload createOutboundModpKePayload( in createOutboundModpKePayload() 260 private static IkeKePayload createOutboundCurveKePayload( in createOutboundCurveKePayload()
|