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()
132 int (*bn_mod_exp)(const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, in DH_meth_set_bn_mod_exp()
144 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *)) in DH_meth_set_init()
155 int DH_meth_set_finish(DH_METHOD *dhm, int (*finish)(DH *)) in DH_meth_set_finish()
167 int (*generate_params)(DH *, int, int, BN_GENCB *)) in DH_meth_set_generate_params()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF.cpp60 const auto *DH = in 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.c178 IMPLEMENT_PEM_write(DHparams, DH, PEM_STRING_DHPARAMS, DHparams) in IMPLEMENT_PEM_write() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp127 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp394 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.cpp694 if (const dos_header *DH = Obj->getDOSHeader()) in printFileHeaders() local
698 void COFFDumper::printDOSHeader(const dos_header *DH) { in printDOSHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp904 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