19#ifndef _LKA_H_INCLUDED_
20#define _LKA_H_INCLUDED_ 1
28#define ComputeViceSHA(fd, sha) CopyAndComputeViceSHA(fd, -1, sha)
34 int length,
const char *
venusRoot,
char *emsg,
#define SHA_DIGEST_LENGTH
Definition: coda_hash.h:71
int IsZeroSHA(unsigned char sha[SHA_DIGEST_LENGTH])
Definition: shaprocs.c:93
void ViceSHAtoHex(unsigned char sha[SHA_DIGEST_LENGTH], char *buf, int buflen)
Definition: shaprocs.c:39
int LKParseAndExecute(char *in, char *out, int len)
Definition: lka.c:367
int LookAsideAndFillContainer(unsigned char sha[SHA_DIGEST_LENGTH], int cfd, int length, const char *venusRoot, char *emsg, int emsglen)
Definition: lka.c:52
int CopyAndComputeViceSHA(int infd, int outfd, unsigned char sha[SHA_DIGEST_LENGTH])
Definition: shaprocs.c:56
const char * venusRoot
Definition: venus.cc:90