Trf_MDStart(3) Interface to procedures for initialization of a MD context.

SYNOPSIS

#include <transform.h>

void Trf_MDStart(void *context);

PARAMETERS

void *context
State to initialize.

DESCRIPTION

A procedure of this type is called to initialize the structure containing the state of a special message digest algorithm. The memory block was allocated by the caller, with the size as specified in the 'Trf_MessageDigestDescription' structure of the algorithm.