Home
last modified time | relevance | path

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

/openssl-master/crypto/dh/
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()
46 DH_METHOD *DH_meth_dup(const DH_METHOD *dhm) in DH_meth_dup()
64 const char *DH_meth_get0_name(const DH_METHOD *dhm) in DH_meth_get0_name()
84 int DH_meth_get_flags(const DH_METHOD *dhm) in DH_meth_get_flags()
89 int DH_meth_set_flags(DH_METHOD *dhm, int flags) in DH_meth_set_flags()
95 void *DH_meth_get0_app_data(const DH_METHOD *dhm) in DH_meth_get0_app_data()
123 int DH_meth_set_compute_key(DH_METHOD *dhm, in DH_meth_set_compute_key()
131 int (*DH_meth_get_bn_mod_exp(const DH_METHOD *dhm)) in DH_meth_get_bn_mod_exp()
138 int DH_meth_set_bn_mod_exp(DH_METHOD *dhm, in DH_meth_set_bn_mod_exp()
[all …]

Completed in 4 milliseconds