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.

RELATED TO Trf_MDStart…