CS318 - Pintos
Pintos source browser for JHU CS318 course
|
Go to the documentation of this file.
12 #define SIZE (1024 * 1024)
16 main (
int argc,
char *argv[])
18 const char *key = argv[argc - 1];
33 fail (
"byte %zu != 0",
i);
int main(int argc, char *argv[])
Alleged RC4 algorithm encryption state.
const char * test_name
Child process of page-parallel.
void arc4_init(struct arc4 *arc4, const void *key_, size_t size)
void arc4_crypt(struct arc4 *arc4, void *buf_, size_t size)
tests/arc4.h
void fail(const char *format,...)
size_t strlen(const char *string)
Returns the length of STRING.