sha1.c File Reference

Go to the source code of this file.

Classes

struct  AVSHA1

Functions

static void transform (uint32_t state[5], uint8_t buffer[64])
void av_sha1_init (AVSHA1 *ctx)
void av_sha1_update (AVSHA1 *ctx, uint8_t *data, unsigned int len)
void av_sha1_final (AVSHA1 *ctx, uint8_t digest[20])
int main ()


Function Documentation

static void transform ( uint32_t  state[5],
uint8_t  buffer[64] 
) [static]

void av_sha1_init ( AVSHA1 ctx  ) 

Definition at line 97 of file sha1.c.

Referenced by main().

void av_sha1_update ( AVSHA1 ctx,
uint8_t *  data,
unsigned int  len 
)

Definition at line 106 of file sha1.c.

Referenced by av_sha1_final(), and main().

void av_sha1_final ( AVSHA1 ctx,
uint8_t  digest[20] 
)

Definition at line 133 of file sha1.c.

Referenced by main().

int main ( void   ) 

Definition at line 152 of file sha1.c.


Generated on Sat Dec 18 05:15:55 2010 for MythTV by  doxygen 1.5.5