Coda Distributed File System
Functions
avice.c File Reference
#include <stdio.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/time.h>
#include "coda_string.h"
#include <unistd.h>
#include <stdlib.h>
#include <util.h>
#include <rpc2/rpc2.h>
#include <avice.h>
#include <time.h>
#include <getsecret.h>
#include "auth2.h"
#include "codatoken.h"
Include dependency graph for avice.c:

Functions

long GetKeysFromToken (IN RPC2_Integer *AuthenticationType, INOUT RPC2_CountedBS *cIdent, OUT RPC2_EncryptionKey hKey, OUT RPC2_EncryptionKey sKey)
 
void SetServerKeys (IN RPC2_EncryptionKey serverKey1, IN RPC2_EncryptionKey serverKey2)
 

Function Documentation

◆ GetKeysFromToken()

long GetKeysFromToken ( IN RPC2_Integer AuthenticationType,
INOUT RPC2_CountedBS cIdent,
OUT RPC2_EncryptionKey  hKey,
OUT RPC2_EncryptionKey  sKey 
)

◆ SetServerKeys()

void SetServerKeys ( IN RPC2_EncryptionKey  serverKey1,
IN RPC2_EncryptionKey  serverKey2 
)