xrootd
Defines | Typedefs | Functions
PC3.hh File Reference
This graph shows which files directly or indirectly include this file:

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 Documentation

#define kPC3KEYLEN   32
#define kPC3MAXRPWLEN   256

Referenced by PC3::createkey(), and PC3::pc3init().

#define kPC3MINBITS   128
#define kPC3SLEN   33

Typedef Documentation

typedef unsigned char uchar

Function Documentation

int PC3DiPukExp ( uchar pub,
uchar priv,
uchar key 
)
int PC3InitDiPuk ( uchar rpwd,
unsigned int  lrpw,
uchar pub,
uchar priv 
)