#include <cstdio>
#include <ctime>
#include "XrdSys/XrdSysHeaders.hh"
#include "XProtocol/XProtocol.hh"
Go to the source code of this file.
◆ ABSTRACTMETHOD
#define ABSTRACTMETHOD |
( |
|
x | ) |
{std::cerr <<"Method "<<x<<" must be overridden!" <<std::endl;} |
◆ cryptoTRACE_ALL
#define cryptoTRACE_ALL 0x0007 |
◆ cryptoTRACE_Debug
#define cryptoTRACE_Debug 0x0002 |
◆ cryptoTRACE_Dump
#define cryptoTRACE_Dump 0x0004 |
◆ cryptoTRACE_Notify
#define cryptoTRACE_Notify 0x0001 |
◆ XrdCryptoDefRSABits
#define XrdCryptoDefRSABits 2048 |
◆ XrdCryptoDefRSAExp
#define XrdCryptoDefRSAExp 0x10001 |
◆ XrdCryptoMinRSABits
#define XrdCryptoMinRSABits 2048 |
◆ XrdCryptoKDFun_t
typedef int(* XrdCryptoKDFun_t) (const char *pass, int plen, const char *salt, int slen, char *key, int klen) |
◆ XrdCryptoKDFunLen_t
typedef int(* XrdCryptoKDFunLen_t) () |
◆ XrdCryptoKDFun()
int XrdCryptoKDFun |
( |
const char * |
pass, |
|
|
int |
plen, |
|
|
const char * |
salt, |
|
|
int |
slen, |
|
|
char * |
key, |
|
|
int |
klen |
|
) |
| |
◆ XrdCryptoKDFunLen()
int XrdCryptoKDFunLen |
( |
| ) |
|
◆ XrdCryptoSetTrace()
Definition at line 49 of file XrdCryptoAux.cc.
XrdOucTrace * cryptoTrace
static XrdSysLogger Logger
static XrdSysError eDest(0,"crypto_")
#define cryptoTRACE_Notify
#define cryptoTRACE_Debug
XrdSysLogger * logger(XrdSysLogger *lp=0)
References cryptoTrace, cryptoTRACE_ALL, cryptoTRACE_Debug, cryptoTRACE_Dump, cryptoTRACE_Notify, eDest, Logger, XrdSysError::logger(), and XrdOucTrace::What.
Referenced by XrdSecProtocolgsi::Init(), XrdSecProtocolpwd::Init(), and main().
◆ XrdCryptoTZCorr()
time_t XrdCryptoTZCorr |
( |
| ) |
|
◆ XrdCryptoDSTShift
const time_t XrdCryptoDSTShift = 3600 |