Searched defs:DH (Results 1 – 12 of 12) sorted by relevance
111 int DH_meth_set_generate_key(DH_METHOD *dhm, int (*generate_key) (DH *)) in DH_meth_set_generate_key()138 int DH_meth_set_bn_mod_exp(DH_METHOD *dhm, in DH_meth_set_bn_mod_exp()151 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *)) in DH_meth_set_init()162 int DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *)) in DH_meth_set_finish()174 int DH_meth_set_generate_params(DH_METHOD *dhm, in DH_meth_set_generate_params()
61 const auto *DH = in createLinkGraphFromCOFFObject() local
27 const dos_header *DH = COFFObj.getDOSHeader(); in readExecutableHeaders() local
1397 #define DH r22 macro
179 IMPLEMENT_PEM_write(DHparams, DH, PEM_STRING_DHPARAMS, DHparams) in IMPLEMENT_PEM_write() argument
135 setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> && DH,bool RespectFilters) setDiagnosticHandler() argument
400 object::dos_header DH; in writeCOFF() local [all...]
134 typedef struct dh_st DH; typedef
44 # define DH void macro
691 if (const dos_header *DH = Obj->getDOSHeader()) printFileHeaders() local 695 printDOSHeader(const dos_header * DH) printDOSHeader() argument [all...]
851 if (DH->Magic[0] == 'M' && DH->Magic[1] == 'Z') { in initialize() local
5552 UINT8 DH; member