Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/dh/
H A Ddh_meth.c107 int DH_meth_set_generate_key(DH_METHOD *dhm, int (*generate_key) (DH *)) in DH_meth_set_generate_key()
134 int DH_meth_set_bn_mod_exp(DH_METHOD *dhm, in DH_meth_set_bn_mod_exp()
147 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *)) in DH_meth_set_init()
158 int DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *)) in DH_meth_set_finish()
170 int DH_meth_set_generate_params(DH_METHOD *dhm, in DH_meth_set_generate_params()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF.cpp62 const auto *DH = createLinkGraphFromCOFFObject() local
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S1397 #define DH r22 macro
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp27 const dos_header *DH = COFFObj.getDOSHeader(); in readExecutableHeaders() local
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_all.c179 IMPLEMENT_PEM_write(DHparams, DH, PEM_STRING_DHPARAMS, DHparams) in IMPLEMENT_PEM_write() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp400 object::dos_header DH; in writeCOFF() local
/freebsd/crypto/openssl/include/openssl/
H A Dtypes.h146 typedef struct dh_st DH; typedef
/freebsd/crypto/openssh/
H A Dkex.h44 # define DH void macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp692 if (const dos_header *DH = Obj->getDOSHeader()) in printFileHeaders() local
696 void COFFDumper::printDOSHeader(const dos_header *DH) { in printDOSHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp850 const auto *DH = reinterpret_cast<const dos_header *>(base()); in initialize() local
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5736 UINT8 DH; member