Go to the documentation of this file. 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,