cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
tandem.c File Reference
#include "crypt.h"
#include "random/random.h"
#include <cextdecs>
#include <tal.h>

Go to the source code of this file.

Macros

#define RANDOM_BUFSIZE   4096
 
#define NO_PROCESSES   50
 
#define NO_CPU_ATTRS   ( sizeof( cpuAttrList ) / sizeof( short int ) )
 
#define NO_PROC_ATTRS   ( sizeof( procAttrList ) / sizeof( short int ) )
 

Functions

void fastPoll (void)
 
void slowPoll (void)
 

Macro Definition Documentation

#define NO_CPU_ATTRS   ( sizeof( cpuAttrList ) / sizeof( short int ) )

Definition at line 79 of file tandem.c.

#define NO_PROC_ATTRS   ( sizeof( procAttrList ) / sizeof( short int ) )

Definition at line 131 of file tandem.c.

#define NO_PROCESSES   50

Definition at line 34 of file tandem.c.

#define RANDOM_BUFSIZE   4096

Definition at line 28 of file tandem.c.

Function Documentation

void fastPoll ( void  )

Definition at line 173 of file tandem.c.

void slowPoll ( void  )

Definition at line 233 of file tandem.c.