1 #ifndef __CRYPTO_AUX_H__ 2 #define __CRYPTO_AUX_H__ 41 #define ABSTRACTMETHOD(x) {cerr <<"Method "<<x<<" must be overridden!" <<endl;} 46 #define cryptoTRACE_ALL 0x0007 47 #define cryptoTRACE_Dump 0x0004 48 #define cryptoTRACE_Debug 0x0002 49 #define cryptoTRACE_Notify 0x0001 52 #define XrdCryptoMinRSABits 512 53 #define XrdCryptoDefRSABits 1024 54 #define XrdCryptoDefRSAExp 0x10001 61 const char *salt,
int slen,
64 int XrdCryptoKDFun(
const char *pass,
int plen,
const char *salt,
int slen,
int(* XrdCryptoKDFunLen_t)()
Definition: XrdCryptoAux.hh:59
void XrdCryptoSetTrace(kXR_int32 trace)
const time_t XrdCryptoDSTShift
Definition: XrdCryptoAux.hh:86
int XrdCryptoKDFun(const char *pass, int plen, const char *salt, int slen, char *key, int klen)
int(* XrdCryptoKDFun_t)(const char *pass, int plen, const char *salt, int slen, char *key, int klen)
Definition: XrdCryptoAux.hh:60
int kXR_int32
Definition: XPtypes.hh:89