Go to the documentation of this file.
2 #ifndef __CRYPTO_AUX_H__
3 #define __CRYPTO_AUX_H__
14 #define ABSTRACTMETHOD(x) {cerr <<"Method "<<x<<" must be overridden!" <<endl;}
19 #define cryptoTRACE_ALL 0x0007
20 #define cryptoTRACE_Dump 0x0004
21 #define cryptoTRACE_Debug 0x0002
22 #define cryptoTRACE_Notify 0x0001
25 #define XrdCryptoMinRSABits 512
26 #define XrdCryptoDefRSABits 1024
27 #define XrdCryptoDefRSAExp 0x10001
34 const char *salt,
int slen,
37 int XrdCryptoKDFun(
const char *pass,
int plen,
const char *salt,
int slen,