28extern void InitPW(
int firsttime);
long PWGetKeys(RPC2_CountedBS *cIdent, RPC2_EncryptionKey hKey, RPC2_EncryptionKey sKey)
Definition: pwsupport.c:102
char * PWFile
Definition: pwsupport.c:78
long PWChangePasswd(RPC2_Handle cid, RPC2_Integer viceId, RPC2_String Passwd)
Definition: pwsupport.c:436
void InitPW(int firsttime)
Definition: pwsupport.c:136
RPC2_EncryptionKey FileKey
Definition: pwsupport.c:71
long PWNewUser(RPC2_Handle cid, RPC2_Integer viceId, RPC2_EncryptionKey initKey, RPC2_String otherInfo)
Definition: pwsupport.c:327
long PWChangeUser(RPC2_Handle cid, RPC2_Integer viceId, RPC2_EncryptionKey newKey, RPC2_String otherInfo)
Definition: pwsupport.c:393
long PWDeleteUser(RPC2_Handle cid, RPC2_Integer viceId)
Definition: pwsupport.c:362
RPC2_Byte RPC2_EncryptionKey[RPC2_KEYSIZE]
Definition: rpc2.h:336
int32_t RPC2_Integer
Definition: rpc2.h:297
RPC2_Integer RPC2_Handle
Definition: rpc2.h:345
RPC2_ByteSeq RPC2_String
Definition: rpc2.h:312