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 |
Definition at line 25 of file PC1.hh.
Referenced by PC1::assemble(), XrdCryptolocalCipher::IsDefaultLength(), PC1Decrypt(), PC1Encrypt(), PC1HashFun(), XrdCryptolocalCipher::XrdCryptolocalCipher(), and XrdCryptolocalKDFunLen().
int PC1Decrypt | ( | const char * | , | |
int | , | |||
const char * | , | |||
int | , | |||
char * | ||||
) |
Definition at line 299 of file PC1.cc.
References PC1::assemble(), c, cleref, d, j, k, kPC1LENGTH, n, and x61.
Referenced by XrdCryptolocalCipher::Decrypt().
int PC1Encrypt | ( | const char * | , | |
int | , | |||
const char * | , | |||
int | , | |||
char * | ||||
) |
Definition at line 233 of file PC1.cc.
References PC1::assemble(), c, cleref, d, j, k, kPC1LENGTH, and n.
Referenced by XrdCryptolocalCipher::Encrypt().
int PC1HashFun | ( | const char * | , | |
int | , | |||
const char * | , | |||
int | , | |||
int | , | |||
char * | ||||
) |
Definition at line 119 of file PC1.cc.
References PC1::assemble(), c, cleref, d, j, k, and kPC1LENGTH.
Referenced by XrdCryptolocalKDFun().