XRootD
Loading...
Searching...
No Matches
XrdCryptosslFactory.cc File Reference
+ Include dependency graph for XrdCryptosslFactory.cc:

Go to the source code of this file.

Functions

XrdCryptoFactoryXrdCryptosslFactoryObject ()
 
 XrdVERSIONINFO (XrdCryptosslFactoryObject, cryptossl)
 

Variables

static XrdSysError eDest (0,"cryptossl_")
 
static XrdSysLogger Logger
 

Function Documentation

◆ XrdCryptosslFactoryObject()

XrdCryptoFactory * XrdCryptosslFactoryObject ( )

Definition at line 514 of file XrdCryptosslFactory.cc.

515{
516 // Return a pointer to the instantiated Ssl factory singleton.
517 // Instantiate the singleton on the first call.
518
519 static XrdCryptosslFactory SslCryptoFactory;
520
521 return &SslCryptoFactory;
522}}

Referenced by XrdVERSIONINFO().

+ Here is the caller graph for this function:

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdCryptosslFactoryObject ,
cryptossl  )

References XrdCryptosslFactoryObject().

+ Here is the call graph for this function:

Variable Documentation

◆ eDest

XrdSysError eDest(0,"cryptossl_") ( 0 ,
"cryptossl_"  )
static

◆ Logger

XrdSysLogger Logger
static

Definition at line 59 of file XrdCryptosslFactory.cc.