/third_party/icu/icu4c/source/tools/genbrk/ |
H A D | genbrk.cpp | 103 DataHeader dh ={ variable
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_group_params.c | 29 DH *dh = ossl_dh_new_ex(libctx); in dh_param_init() local 56 void ossl_dh_cache_named_group(DH *dh) in ossl_dh_cache_named_group() argument 82 ossl_dh_is_named_safe_prime_group(const DH *dh) ossl_dh_is_named_safe_prime_group() argument 93 DH_get_nid(const DH *dh) DH_get_nid() argument [all...] |
H A D | dh_gen.c | 38 int ossl_dh_generate_ffc_parameters(DH *dh, int type, int pbits, int qbits, in ossl_dh_generate_ffc_parameters() argument 96 DH *dh; in dh_gen_named_group() local [all...] |
H A D | dh_asn1.c | 38 DH *dh = (DH *)*pval; in dh_cb() local 97 DH *dh = NULL; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname() local 135 i2d_DHxparams(const DH *dh, unsigned char **pp) i2d_DHxparams() argument [all...] |
H A D | dh_check.c | 28 int DH_check_params_ex(const DH *dh) in DH_check_params_ex() argument 48 int DH_check_params(const DH *dh, int *ret) in DH_check_params() argument 69 int DH_check_params(const DH *dh, int *ret) in DH_check_params() argument 111 DH_check_ex(const DH *dh) DH_check_ex() argument 141 DH_check(const DH *dh, int *ret) DH_check() argument 230 DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) DH_check_pub_key_ex() argument 250 DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) DH_check_pub_key() argument 272 ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) ossl_dh_check_pub_key_partial() argument 278 ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) ossl_dh_check_priv_key() argument 332 ossl_dh_check_pairwise(const DH *dh) ossl_dh_check_pairwise() argument [all...] |
H A D | dh_backend.c | 31 static int dh_ffc_params_fromdata(DH *dh, const OSSL_PARAM params[]) in dh_ffc_params_fromdata() argument 48 int ossl_dh_params_fromdata(DH *dh, const OSSL_PARAM params[]) in ossl_dh_params_fromdata() argument 66 int ossl_dh_key_fromdata(DH *dh, cons argument 97 ossl_dh_params_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[]) ossl_dh_params_todata() argument 109 ossl_dh_key_todata(DH *dh, OSSL_PARAM_BLD *bld, OSSL_PARAM params[], int include_private) ossl_dh_key_todata() argument 129 ossl_dh_is_foreign(const DH *dh) ossl_dh_is_foreign() argument 145 ossl_dh_dup(const DH *dh, int selection) ossl_dh_dup() argument 198 DH *dh = NULL; ossl_dh_key_from_pkcs8() local [all...] |
H A D | dh_meth.c | 123 DH_meth_set_compute_key(DH_METHOD *dhm, int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh)) DH_meth_set_compute_key() argument
|
/third_party/openssl/crypto/dh/ |
H A D | dh_group_params.c | 29 DH *dh = ossl_dh_new_ex(libctx); in dh_param_init() local 56 void ossl_dh_cache_named_group(DH *dh) in ossl_dh_cache_named_group() argument 82 ossl_dh_is_named_safe_prime_group(const DH *dh) ossl_dh_is_named_safe_prime_group() argument 93 DH_get_nid(const DH *dh) DH_get_nid() argument [all...] |
H A D | dh_gen.c | 38 int ossl_dh_generate_ffc_parameters(DH *dh, int type, int pbits, int qbits, in ossl_dh_generate_ffc_parameters() argument 96 DH *dh; in dh_gen_named_group() local [all...] |
H A D | dh_asn1.c | 38 DH *dh = (DH *)*pval; in dh_cb() local 97 DH *dh = NULL; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname() local 135 i2d_DHxparams(const DH *dh, unsigned char **pp) i2d_DHxparams() argument [all...] |
H A D | dh_check.c | 28 int DH_check_params_ex(const DH *dh) in DH_check_params_ex() argument 48 int DH_check_params(const DH *dh, int *ret) in DH_check_params() argument 69 int DH_check_params(const DH *dh, int *ret) in DH_check_params() argument 111 DH_check_ex(const DH *dh) DH_check_ex() argument 141 DH_check(const DH *dh, int *ret) DH_check() argument 229 DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) DH_check_pub_key_ex() argument 249 DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) DH_check_pub_key() argument 271 ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) ossl_dh_check_pub_key_partial() argument 276 ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) ossl_dh_check_priv_key() argument 330 ossl_dh_check_pairwise(const DH *dh) ossl_dh_check_pairwise() argument [all...] |
H A D | dh_meth.c | 123 DH_meth_set_compute_key(DH_METHOD *dhm, int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh)) DH_meth_set_compute_key() argument
|
/third_party/skia/third_party/externals/icu/source/tools/genbrk/ |
H A D | genbrk.cpp | 103 DataHeader dh ={ variable
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | rtmpdh.c | 115 FF_DH *dh; in test_ref_data() local
|
/third_party/openssl/test/ |
H A D | pem_read_depr_test.c | 45 DH *dh = NULL; in test_read_dh_params() local 66 DH *dh = NULL; in test_read_dh_x942_params() local
|
/third_party/mesa3d/src/gallium/targets/osmesa/ |
H A D | test-render.cpp | 181 GLint dw, dh, depth_cpp; in TEST() local 230 GLint dw = 1, dh = 1, depth_cpp = 1; in TEST() local
|
/third_party/icu/icu4c/source/tools/gencfu/ |
H A D | gencfu.cpp | 106 DataHeader dh ={ variable
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | securitycheck.c | 202 int ossl_dh_check_key(OSSL_LIB_CTX *ctx, const DH *dh) in ossl_dh_check_key() argument
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_pkey.c | 113 DH *dh = EVP_PKEY_get1_DH(pkey); in ENGINE_load_private_key() local
|
/third_party/openssl/providers/common/ |
H A D | securitycheck.c | 194 int ossl_dh_check_key(OSSL_LIB_CTX *ctx, const DH *dh) in ossl_dh_check_key() argument
|
/third_party/skia/third_party/externals/icu/source/tools/gencfu/ |
H A D | gencfu.cpp | 106 DataHeader dh ={ variable
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpdh.c | 223 static FFBigNum dh_generate_key(FF_DH *dh) in dh_generate_key() argument 248 dh_compute_key(FF_DH *dh, FFBigNum pub_key_bn, uint32_t secret_key_len, uint8_t *secret_key) dh_compute_key() argument 269 ff_dh_free(FF_DH *dh) ff_dh_free() argument 323 FF_DH *dh; ff_dh_init() local 348 ff_dh_generate_public_key(FF_DH *dh) ff_dh_generate_public_key() argument 374 ff_dh_write_public_key(FF_DH *dh, uint8_t *pub_key, int pub_key_len) ff_dh_write_public_key() argument 390 ff_dh_compute_shared_secret_key(FF_DH *dh, const uint8_t *pub_key, int pub_key_len, uint8_t *secret_key, int secret_key_len) ff_dh_compute_shared_secret_key() argument [all...] |
/third_party/backends/backend/escl/ |
H A D | escl_pdf.c | 113 double dw, dh; in get_PDF_data() local
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha512.c | 448 _asm xchg dh, dl in __pull64be() local 452 _asm xchg dh, dl in __pull64be() local
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls_depr.c | 149 EVP_PKEY *ssl_dh_to_pkey(DH *dh) in ssl_dh_to_pkey() argument
|