xrootd
|
Go to the source code of this file.
Defines | |
#define | kPC1LENGTH 32 |
Functions | |
int | PC1Encrypt (const char *, int, const char *, int, char *) |
int | PC1Decrypt (const char *, int, const char *, int, char *) |
int | PC1HashFun (const char *, int, const char *, int, int, char *) |
#define kPC1LENGTH 32 |
int PC1Decrypt | ( | const char * | , |
int | , | ||
const char * | , | ||
int | , | ||
char * | |||
) |
References PC1::assemble(), cleref, and kPC1LENGTH.
Referenced by XrdCryptolocalCipher::Decrypt().
int PC1Encrypt | ( | const char * | , |
int | , | ||
const char * | , | ||
int | , | ||
char * | |||
) |
References PC1::assemble(), cleref, and kPC1LENGTH.
Referenced by XrdCryptolocalCipher::Encrypt().
int PC1HashFun | ( | const char * | , |
int | , | ||
const char * | , | ||
int | , | ||
int | , | ||
char * | |||
) |
References PC1::assemble(), cleref, and kPC1LENGTH.
Referenced by XrdCryptolocalKDFun().