Home
last modified time | relevance | path

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

/openssl/crypto/dh/
H A Ddh_meth.c22 DH_METHOD *dhm = OPENSSL_zalloc(sizeof(*dhm)); in DH_meth_new() local
37 void DH_meth_free(DH_METHOD *dhm) in DH_meth_free()
45 DH_METHOD *DH_meth_dup(const DH_METHOD *dhm) in DH_meth_dup()
62 const char *DH_meth_get0_name(const DH_METHOD *dhm) in DH_meth_get0_name()
80 int DH_meth_get_flags(const DH_METHOD *dhm) in DH_meth_get_flags()
85 int DH_meth_set_flags(DH_METHOD *dhm, int flags) in DH_meth_set_flags()
91 void *DH_meth_get0_app_data(const DH_METHOD *dhm) in DH_meth_get0_app_data()
119 int DH_meth_set_compute_key(DH_METHOD *dhm, in DH_meth_set_compute_key()
127 int (*DH_meth_get_bn_mod_exp(const DH_METHOD *dhm)) in DH_meth_get_bn_mod_exp()
134 int DH_meth_set_bn_mod_exp(DH_METHOD *dhm, in DH_meth_set_bn_mod_exp()
[all …]

Completed in 6 milliseconds