Coda Distributed File System
coda-src
auth2
avice.h
Go to the documentation of this file.
1
/* BLURB gpl
2
3
Coda File System
4
Release 6
5
6
Copyright (c) 1987-2003 Carnegie Mellon University
7
Additional copyrights listed below
8
9
This code is distributed "AS IS" without warranty of any kind under
10
the terms of the GNU General Public Licence Version 2, as shown in the
11
file LICENSE. The technical and financial contributors to Coda are
12
listed in the file CREDITS.
13
14
Additional copyrights
15
none currently
16
#*/
17
18
#ifndef _AVICE_H_
19
#define _AVICE_H_
20
21
long
GetKeysFromToken
(
RPC2_Integer
*AuthenticationType,
RPC2_CountedBS
*cIdent,
22
RPC2_EncryptionKey
hKey,
RPC2_EncryptionKey
sKey);
23
24
void
SetServerKeys
(
RPC2_EncryptionKey
serverKey1,
25
RPC2_EncryptionKey
serverKey2);
26
27
#endif
/* _AVICE_H_ */
SetServerKeys
void SetServerKeys(RPC2_EncryptionKey serverKey1, RPC2_EncryptionKey serverKey2)
GetKeysFromToken
long GetKeysFromToken(RPC2_Integer *AuthenticationType, RPC2_CountedBS *cIdent, RPC2_EncryptionKey hKey, RPC2_EncryptionKey sKey)
RPC2_EncryptionKey
RPC2_Byte RPC2_EncryptionKey[RPC2_KEYSIZE]
Definition:
rpc2.h:336
RPC2_Integer
int32_t RPC2_Integer
Definition:
rpc2.h:297
RPC2_CountedBS
Definition:
rpc2.h:316
Generated by
1.9.4