Go to the source code of this file.
|
void | ViceSHAtoHex (unsigned char sha[SHA_DIGEST_LENGTH], char *buf, int buflen) |
|
int | CopyAndComputeViceSHA (int infd, int outfd, unsigned char sha[SHA_DIGEST_LENGTH]) |
|
int | IsZeroSHA (unsigned char sha[SHA_DIGEST_LENGTH]) |
|
int | LookAsideAndFillContainer (unsigned char sha[SHA_DIGEST_LENGTH], int cfd, int length, const char *venusRoot, char *emsg, int emsglen) |
|
int | LKParseAndExecute (char *in, char *out, int len) |
|
◆ ComputeViceSHA
◆ CopyAndComputeViceSHA()
int CopyAndComputeViceSHA |
( |
int |
infd, |
|
|
int |
outfd, |
|
|
unsigned char |
sha[SHA_DIGEST_LENGTH] |
|
) |
| |
◆ IsZeroSHA()
int IsZeroSHA |
( |
unsigned char |
sha[SHA_DIGEST_LENGTH] | ) |
|
◆ LKParseAndExecute()
int LKParseAndExecute |
( |
char * |
in, |
|
|
char * |
out, |
|
|
int |
len |
|
) |
| |
◆ LookAsideAndFillContainer()
int LookAsideAndFillContainer |
( |
unsigned char |
sha[SHA_DIGEST_LENGTH], |
|
|
int |
cfd, |
|
|
int |
length, |
|
|
const char * |
venusRoot, |
|
|
char * |
emsg, |
|
|
int |
emsglen |
|
) |
| |
◆ ViceSHAtoHex()
void ViceSHAtoHex |
( |
unsigned char |
sha[SHA_DIGEST_LENGTH], |
|
|
char * |
buf, |
|
|
int |
buflen |
|
) |
| |