xrootd
Loading...
Searching...
No Matches
Macros | Typedefs | Functions | Variables
XrdCryptoAux.hh File Reference
#include <cstdio>
#include <ctime>
#include "XrdSys/XrdSysHeaders.hh"
#include "XProtocol/XProtocol.hh"
Include dependency graph for XrdCryptoAux.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABSTRACTMETHOD(x)   {std::cerr <<"Method "<<x<<" must be overridden!" <<std::endl;}
 
#define cryptoTRACE_ALL   0x0007
 
#define cryptoTRACE_Dump   0x0004
 
#define cryptoTRACE_Debug   0x0002
 
#define cryptoTRACE_Notify   0x0001
 
#define XrdCryptoMinRSABits   512
 
#define XrdCryptoDefRSABits   1024
 
#define XrdCryptoDefRSAExp   0x10001
 

Typedefs

typedef int(* XrdCryptoKDFunLen_t) ()
 
typedef int(* XrdCryptoKDFun_t) (const char *pass, int plen, const char *salt, int slen, char *key, int klen)
 

Functions

int XrdCryptoKDFunLen ()
 
int XrdCryptoKDFun (const char *pass, int plen, const char *salt, int slen, char *key, int klen)
 
void XrdCryptoSetTrace (kXR_int32 trace)
 
time_t XrdCryptoTZCorr ()
 

Variables

const time_t XrdCryptoDSTShift = 3600
 

Macro Definition Documentation

◆ 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   1024

◆ XrdCryptoDefRSAExp

#define XrdCryptoDefRSAExp   0x10001

◆ XrdCryptoMinRSABits

#define XrdCryptoMinRSABits   512

Typedef Documentation

◆ 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) ()

Function Documentation

◆ XrdCryptoKDFun()

int XrdCryptoKDFun ( const char *  pass,
int  plen,
const char *  salt,
int  slen,
char *  key,
int  klen 
)

◆ XrdCryptoKDFunLen()

int XrdCryptoKDFunLen ( )

◆ XrdCryptoSetTrace()

void XrdCryptoSetTrace ( kXR_int32  trace)

◆ XrdCryptoTZCorr()

time_t XrdCryptoTZCorr ( )

Variable Documentation

◆ XrdCryptoDSTShift

const time_t XrdCryptoDSTShift = 3600