Home
last modified time | relevance | path

Searched defs:dhm (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/programs/pkey/
H A Ddh_client.c74 mbedtls_dhm_context dhm; in main() local
H A Ddh_server.c66 mbedtls_dhm_context dhm; in main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_meth.c22 DH_METHOD *dhm = OPENSSL_zalloc(sizeof(*dhm)); in DH_meth_new() local
38 void DH_meth_free(DH_METHOD *dhm) in DH_meth_free() argument
46 DH_meth_dup(const DH_METHOD *dhm) DH_meth_dup() argument
64 DH_meth_get0_name(const DH_METHOD *dhm) DH_meth_get0_name() argument
69 DH_meth_set1_name(DH_METHOD *dhm, const char *name) DH_meth_set1_name() argument
84 DH_meth_get_flags(const DH_METHOD *dhm) DH_meth_get_flags() argument
89 DH_meth_set_flags(DH_METHOD *dhm, int flags) DH_meth_set_flags() argument
95 DH_meth_get0_app_data(const DH_METHOD *dhm) DH_meth_get0_app_data() argument
100 DH_meth_set0_app_data(DH_METHOD *dhm, void *app_data) DH_meth_set0_app_data() argument
106 DH_meth_get_generate_key(const DH_METHOD *dhm) DH_meth_get_generate_key() argument
111 DH_meth_set_generate_key(DH_METHOD *dhm, int (*generate_key) (DH *)) DH_meth_set_generate_key() argument
117 DH_meth_get_compute_key(const DH_METHOD *dhm) DH_meth_get_compute_key() argument
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
131 DH_meth_get_bn_mod_exp(const DH_METHOD *dhm) DH_meth_get_bn_mod_exp() argument
138 DH_meth_set_bn_mod_exp(DH_METHOD *dhm, int (*bn_mod_exp) (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *)) DH_meth_set_bn_mod_exp() argument
146 DH_meth_get_init(const DH_METHOD *dhm) DH_meth_get_init() argument
151 DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *)) DH_meth_set_init() argument
157 DH_meth_get_finish(const DH_METHOD *dhm) DH_meth_get_finish() argument
162 DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *)) DH_meth_set_finish() argument
168 DH_meth_get_generate_params(const DH_METHOD *dhm) DH_meth_get_generate_params() argument
174 DH_meth_set_generate_params(DH_METHOD *dhm, int (*generate_params) (DH *, int, int, BN_GENCB *)) DH_meth_set_generate_params() argument
[all...]
/third_party/openssl/crypto/dh/
H A Ddh_meth.c22 DH_METHOD *dhm = OPENSSL_zalloc(sizeof(*dhm)); in DH_meth_new() local
38 void DH_meth_free(DH_METHOD *dhm) in DH_meth_free() argument
46 DH_meth_dup(const DH_METHOD *dhm) DH_meth_dup() argument
64 DH_meth_get0_name(const DH_METHOD *dhm) DH_meth_get0_name() argument
69 DH_meth_set1_name(DH_METHOD *dhm, const char *name) DH_meth_set1_name() argument
84 DH_meth_get_flags(const DH_METHOD *dhm) DH_meth_get_flags() argument
89 DH_meth_set_flags(DH_METHOD *dhm, int flags) DH_meth_set_flags() argument
95 DH_meth_get0_app_data(const DH_METHOD *dhm) DH_meth_get0_app_data() argument
100 DH_meth_set0_app_data(DH_METHOD *dhm, void *app_data) DH_meth_set0_app_data() argument
106 DH_meth_get_generate_key(const DH_METHOD *dhm) DH_meth_get_generate_key() argument
111 DH_meth_set_generate_key(DH_METHOD *dhm, int (*generate_key) (DH *)) DH_meth_set_generate_key() argument
117 DH_meth_get_compute_key(const DH_METHOD *dhm) DH_meth_get_compute_key() argument
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
131 DH_meth_get_bn_mod_exp(const DH_METHOD *dhm) DH_meth_get_bn_mod_exp() argument
138 DH_meth_set_bn_mod_exp(DH_METHOD *dhm, int (*bn_mod_exp) (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *)) DH_meth_set_bn_mod_exp() argument
146 DH_meth_get_init(const DH_METHOD *dhm) DH_meth_get_init() argument
151 DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *)) DH_meth_set_init() argument
157 DH_meth_get_finish(const DH_METHOD *dhm) DH_meth_get_finish() argument
162 DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *)) DH_meth_set_finish() argument
168 DH_meth_get_generate_params(const DH_METHOD *dhm) DH_meth_get_generate_params() argument
174 DH_meth_set_generate_params(DH_METHOD *dhm, int (*generate_params) (DH *, int, int, BN_GENCB *)) DH_meth_set_generate_params() argument
[all...]
/third_party/mbedtls/library/
H A Ddhm.c482 int mbedtls_dhm_parse_dhm(mbedtls_dhm_context *dhm, const unsigned char *dhmin, in mbedtls_dhm_parse_dhm() argument
627 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) in mbedtls_dhm_parse_dhmfile() argument
681 mbedtls_dhm_context dhm; in mbedtls_dhm_self_test() local
[all...]
/third_party/mbedtls/programs/test/
H A Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member
1087 mbedtls_dhm_context dhm; in main() local
[all...]
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp616 SkStrikeServerImpl::SkStrikeServerImpl(SkStrikeServer::DiscardableHandleManager* dhm) in SkStrikeServerImpl() argument
831 SkStrikeServer::SkStrikeServer(DiscardableHandleManager* dhm) in SkStrikeServer() argument
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c1556 mbedtls_dhm_context dhm; in main() local

Completed in 13 milliseconds