|
xrootd
|
Functions | |
| static unsigned int | rotl (unsigned int n, unsigned int nl) |
| static unsigned long | stream (unsigned int &r1, unsigned long b1) |
| static uchar | pc3stream (uchar byte, unsigned long *b1, unsigned int &r1, unsigned int key) |
| unsigned int | pc3init (unsigned int lngkey, uchar *code, unsigned long *b1, unsigned int &key) |
| static void | funA (uchar *x, uchar *y, int o) |
| static void | funS (uchar *x, uchar *m) |
| static void | funR (uchar *x) |
| static void | funM (uchar *x, uchar *y, uchar *m) |
| static int | createkey (uchar *rpwd, unsigned int lrpw, uchar *priv) |
References PC1::code(), kPC3MAXRPWLEN, pc3init(), kPC3SLEN, and pc3stream().
Referenced by PC3InitDiPuk().
References kPC3SLEN, funA(), funS(), and funR().
Referenced by PC3InitDiPuk(), and PC3DiPukExp().
| static void PC3::funR | ( | uchar * | x | ) | [static] |
References kPC3SLEN.
Referenced by funM(), PC3InitDiPuk(), and PC3DiPukExp().
| unsigned int PC3::pc3init | ( | unsigned int | lngkey, |
| uchar * | code, | ||
| unsigned long * | b1, | ||
| unsigned int & | key | ||
| ) |
References kPC3MAXRPWLEN, stream(), and pc3stream().
Referenced by createkey().
| static uchar PC3::pc3stream | ( | uchar | byte, |
| unsigned long * | b1, | ||
| unsigned int & | r1, | ||
| unsigned int | key | ||
| ) | [static] |
References stream().
Referenced by pc3init(), and createkey().
| static unsigned int PC3::rotl | ( | unsigned int | n, |
| unsigned int | nl | ||
| ) | [static] |
References kMASKLAST, and kMASKFIRST.
Referenced by stream().
| static unsigned long PC3::stream | ( | unsigned int & | r1, |
| unsigned long | b1 | ||
| ) | [static] |
References rotl().
Referenced by pc3stream(), pc3init(), and XrdPosix_Fopen().
1.7.5