Home
last modified time | relevance | path

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

12345

/third_party/openssl/crypto/dh/
Ddh_lib.c17 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method()
152 int DH_bits(const DH *dh) in DH_bits()
157 int DH_size(const DH *dh) in DH_size()
162 int DH_security_bits(const DH *dh) in DH_security_bits()
175 void DH_get0_pqg(const DH *dh, in DH_get0_pqg()
186 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
215 long DH_get_length(const DH *dh) in DH_get_length()
220 int DH_set_length(DH *dh, long length) in DH_set_length()
226 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
[all …]
Ddh_check.c23 int DH_check_params_ex(const DH *dh) in DH_check_params_ex()
38 int DH_check_params(const DH *dh, int *ret) in DH_check_params()
73 int DH_check_ex(const DH *dh) in DH_check_ex()
98 int DH_check(const DH *dh, int *ret) in DH_check()
163 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex()
180 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
Ddh_key.c23 int DH_generate_key(DH *dh) in DH_generate_key()
32 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
57 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded()
103 static int generate_key(DH *dh) in generate_key()
197 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
249 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp()
256 static int dh_init(DH *dh) in dh_init()
262 static int dh_finish(DH *dh) in dh_finish()
Ddh_rfc7919.c19 DH *dh = DH_new(); in dh_param_init() local
47 int DH_get_nid(const DH *dh) in DH_get_nid()
Ddh_ameth.c55 DH *dh = NULL; in dh_pub_decode() local
99 DH *dh; in dh_pub_encode() local
160 DH *dh = NULL; in dh_priv_decode() local
252 DH *dh; in dh_param_decode() local
421 DH *DHparams_dup(DH *dh) in DHparams_dup()
514 DH *dh = pkey->pkey.dh; in dh_pkey_public_check() local
526 DH *dh = pkey->pkey.dh; in dh_pkey_param_check() local
Ddh_asn1.c84 DH *dh = NULL; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname() local
118 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams()
Ddh_pmeth.c329 DH *dh = NULL; in pkey_dh_paramgen() local
401 DH *dh = NULL; in pkey_dh_keygen() local
424 DH *dh; in pkey_dh_derive() local
/third_party/mindspore/tests/ut/cpp/dataset/
Ddata_helper_test.cc51 DataHelper dh; in TEST_F() local
63 DataHelper dh; in TEST_F() local
73 DataHelper dh; in TEST_F() local
84 DataHelper dh; in TEST_F() local
95 DataHelper dh; in TEST_F() local
106 DataHelper dh; in TEST_F() local
117 DataHelper dh; in TEST_F() local
127 DataHelper dh; in TEST_F() local
138 DataHelper dh; in TEST_F() local
154 DataHelper dh; in TEST_F() local
[all …]
/third_party/mindspore/mindspore/lite/minddata/wrapper/
DMDToDApi.cc241 mindspore::dataset::DataHelper dh; in GetTensorToBuff() local
363 mindspore::dataset::DataHelper dh; in MDToDApi_UpdateEmbeding() local
396 mindspore::dataset::DataHelper dh; in MDToDApi_UpdateStringArray() local
421 mindspore::dataset::DataHelper dh; in MDToDApi_UpdateFloatArray() local
439 mindspore::dataset::DataHelper dh; in MDToDApi_UpdateIsForTrain() local
456 mindspore::dataset::DataHelper dh; in MDToDApi_UpdateNoOfFaces() local
/third_party/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
/third_party/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
/third_party/ffmpeg/libavformat/
Drtmpdh.c223 static FFBigNum dh_generate_key(FF_DH *dh) in dh_generate_key()
248 static int dh_compute_key(FF_DH *dh, FFBigNum pub_key_bn, in dh_compute_key()
269 void ff_dh_free(FF_DH *dh) in ff_dh_free()
323 FF_DH *dh; in ff_dh_init() local
348 int ff_dh_generate_public_key(FF_DH *dh) in ff_dh_generate_public_key()
374 int ff_dh_write_public_key(FF_DH *dh, uint8_t *pub_key, int pub_key_len) in ff_dh_write_public_key()
390 int ff_dh_compute_shared_secret_key(FF_DH *dh, const uint8_t *pub_key, in ff_dh_compute_shared_secret_key()
/third_party/node/test/parallel/
Dtest-crypto-dh-leak.js15 const dh = crypto.createDiffieHellman(common.hasFipsCrypto ? 1024 : 256); constant
/third_party/boost/libs/beast/example/common/
Dserver_certificate.hpp91 std::string const dh = in load_server_certificate() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/mesa3d/src/gallium/targets/osmesa/
Dtest-render.cpp181 GLint dw, dh, depth_cpp; in TEST() local
230 GLint dw = 1, dh = 1, depth_cpp = 1; in TEST() local
/third_party/ffmpeg/libavformat/tests/
Drtmpdh.c115 FF_DH *dh; in test_ref_data() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dikev2.h19 int dh; member
34 const struct dh_group *dh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dikev2.h19 int dh; member
34 const struct dh_group *dh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.h19 int dh; member
35 const struct dh_group *dh; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.h19 int dh; member
35 const struct dh_group *dh; member
/third_party/libwebsockets/lib/core-net/
Dsequencer.c190 struct lws_dll2 *dh; in lws_seq_sul_pending_cb() local
271 struct lws_dll2 *dh; in lws_seq_check_wsi() local
/third_party/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp103 DataHeader dh ={ variable
/third_party/flutter/skia/third_party/externals/icu/source/tools/genbrk/
Dgenbrk.cpp103 DataHeader dh ={ variable

12345