Go to the source code of this file.
Defines | |
#define | kPC3SLEN 33 |
#define | kPC3MAXRPWLEN 256 |
#define | kPC3MINBITS 128 |
#define | kPC3KEYLEN 32 |
Typedefs | |
typedef unsigned char | uchar |
Functions | |
int | PC3InitDiPuk (uchar *rpwd, unsigned int lrpw, uchar *pub, uchar *priv) |
int | PC3DiPukExp (uchar *pub, uchar *priv, uchar *key) |
#define kPC3KEYLEN 32 |
Definition at line 34 of file PC3.hh.
Referenced by XrdCryptolocalCipher::Finalize(), PC3DiPukExp(), and XrdCryptolocalCipher::XrdCryptolocalCipher().
#define kPC3MAXRPWLEN 256 |
#define kPC3MINBITS 128 |
#define kPC3SLEN 33 |
Definition at line 31 of file PC3.hh.
Referenced by XrdCryptolocalCipher::AsBucket(), PC3::createkey(), XrdCryptolocalCipher::Finalize(), PC3::funA(), PC3::funM(), PC3::funR(), PC3::funS(), PC3DiPukExp(), PC3InitDiPuk(), XrdCryptolocalCipher::Public(), and XrdCryptolocalCipher::XrdCryptolocalCipher().
Definition at line 353 of file PC3.cc.
References b, PC3::funM(), PC3::funR(), g, kPC3KEYLEN, kPC3SLEN, m, n, pr(), and x1.
Referenced by XrdCryptolocalCipher::Finalize(), and XrdCryptolocalCipher::XrdCryptolocalCipher().
Definition at line 283 of file PC3.cc.
References b, PC3::createkey(), PC3::funM(), PC3::funR(), g, kPC3SLEN, m, n, pr(), and x1.
Referenced by XrdCryptolocalCipher::XrdCryptolocalCipher().