mux/src/crypt/cert.cpp File Reference

#include <stdio.h>
#include "crypt.h"

Include dependency graph for cert.cpp:

Go to the source code of this file.

Functions

void get8 ()
void put8 ()
void good_bye ()
int main (argc, argv) int argc

Variables

int totfails = 0
char * argv []


Function Documentation

void get8 (  ) 

void good_bye (  ) 

Definition at line 23 of file cert.cpp.

References totfails.

00024 {
00025   if(totfails == 0) {
00026     printf("Passed DES validation suite\n");
00027     exit(0);
00028   } else {
00029     printf("%d failures during DES validation suite!!!\n", totfails);
00030     exit(1);
00031   }
00032 }

int main ( argc  ,
argv   
)

void put8 (  ) 


Variable Documentation

char* argv[]

Definition at line 37 of file cert.cpp.

Referenced by announce_disconnect().

int totfails = 0

Definition at line 12 of file cert.cpp.

Referenced by good_bye().


Generated on Mon May 28 04:40:14 2007 for MUX by  doxygen 1.4.7