Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
michael.c File Reference
#include "tmacro.h"
#include "michael.h"

Go to the source code of this file.

Functions

void MIC_vInit (unsigned long dwK0, unsigned long dwK1)
 
void MIC_vUnInit (void)
 
void MIC_vAppend (unsigned char *src, unsigned int nBytes)
 
void MIC_vGetMIC (unsigned long *pdwL, unsigned long *pdwR)
 

Function Documentation

void MIC_vAppend ( unsigned char src,
unsigned int  nBytes 
)

Definition at line 152 of file michael.c.

void MIC_vGetMIC ( unsigned long pdwL,
unsigned long pdwR 
)

Definition at line 162 of file michael.c.

void MIC_vInit ( unsigned long  dwK0,
unsigned long  dwK1 
)

Definition at line 134 of file michael.c.

void MIC_vUnInit ( void  )

Definition at line 141 of file michael.c.