src/sha384streamfilter.c File Reference

#include <stdio.h>
#include <string.h>
#include "rdd.h"
#include "rdd_internals.h"
#include "writer.h"
#include "filter.h"

Include dependency graph for sha384streamfilter.c:

Go to the source code of this file.

Data Structures

struct  _RDD_SHA384_STREAM_FILTER

Typedefs

typedef struct
_RDD_SHA384_STREAM_FILTER 
RDD_SHA384_STREAM_FILTER

Functions

int rdd_new_sha384_streamfilter (RDD_FILTER **self)
static int sha384_close (RDD_FILTER *f)
static int sha384_get_result (RDD_FILTER *f, unsigned char *buf, unsigned nbyte)
static int sha384_input (RDD_FILTER *f, const unsigned char *buf, unsigned nbyte)

Variables

static char copyright []
static RDD_FILTER_OPS sha384_ops


Typedef Documentation


Function Documentation

int rdd_new_sha384_streamfilter ( RDD_FILTER **  self  ) 

Definition at line 72 of file sha384streamfilter.c.

References RDD_BADARG, rdd_new_filter(), RDD_OK, _RDD_SHA384_STREAM_FILTER::sha384_state, and _RDD_FILTER::state.

Here is the call graph for this function:

static int sha384_close ( RDD_FILTER f  )  [static]

static int sha384_get_result ( RDD_FILTER f,
unsigned char *  buf,
unsigned  nbyte 
) [static]

static int sha384_input ( RDD_FILTER f,
const unsigned char *  buf,
unsigned  nbyte 
) [static]


Variable Documentation

char copyright[] [static]

Initial value:

"@(#) Copyright (c) 2002-2007\n\
    Netherlands Forensic Institute.  All rights reserved.\n"

Definition at line 32 of file sha384streamfilter.c.

Initial value:

Definition at line 63 of file sha384streamfilter.c.


Generated on Sun Feb 6 12:36:36 2011 for rdd by  doxygen 1.5.6