|
xrootd
|

Namespaces | |
| namespace | PC1 |
Typedefs | |
| typedef unsigned short | ushort |
Functions | |
| static ushort | PC1::code (ushort &ind, ushort &si, ushort &x1a2, ushort *x1a0) |
| static void | PC1::assemble (unsigned char *cle, ushort &inter, ushort &si, ushort &x1a2) |
| int | PC1HashFun (const char *in, int lin, const char *sa, int lsa, int it, char *out) |
| int | PC1Encrypt (const char *in, int lin, const char *key, int lkey, char *out) |
| int | PC1Decrypt (const char *in, int lin, const char *key, int lkey, char *out) |
Variables | |
| static unsigned char | cleref [kPC1LENGTH] |
| typedef unsigned short ushort |
| int PC1Decrypt | ( | const char * | in, |
| int | lin, | ||
| const char * | key, | ||
| int | lkey, | ||
| char * | out | ||
| ) |
References PC1::assemble(), cleref, and kPC1LENGTH.
Referenced by XrdCryptolocalCipher::Decrypt().
| int PC1Encrypt | ( | const char * | in, |
| int | lin, | ||
| const char * | key, | ||
| int | lkey, | ||
| char * | out | ||
| ) |
References PC1::assemble(), cleref, and kPC1LENGTH.
Referenced by XrdCryptolocalCipher::Encrypt().
| int PC1HashFun | ( | const char * | in, |
| int | lin, | ||
| const char * | sa, | ||
| int | lsa, | ||
| int | it, | ||
| char * | out | ||
| ) |
References PC1::assemble(), cleref, and kPC1LENGTH.
Referenced by XrdCryptolocalKDFun().
|
static |
Referenced by PC1Decrypt(), PC1Encrypt(), and PC1HashFun().
1.8.3.1