#include <stdio.h>
#include <time.h>
#include "XrdSys/XrdSysHeaders.hh"
#include "XProtocol/XProtocol.hh"
Go to the source code of this file.
◆ ABSTRACTMETHOD
| #define ABSTRACTMETHOD |
( |
|
x | ) |
{cerr <<"Method "<<x<<" must be overridden!" <<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 |
◆ 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()
◆ XrdCryptoTZCorr()
| time_t XrdCryptoTZCorr |
( |
| ) |
|
◆ XrdCryptoDSTShift
| const time_t XrdCryptoDSTShift = 3600 |