Status (Obsolete)
This function can be used to take a snapshot of the current configuration of the cipher object, which can be used to restore it using the Config function.
Synopsis
#include “fmciphobj.h”
int (*Status)(struct CipherObj * ctx, void * parameters, unsigned int length);
| Parameter | Description | 
|---|---|
ctx
                                                             | 
                                                            The address of a cipher object instance. | 
parameters
                                                             | 
                                                            The address of the buffer that contains the configuration information. | 
length
                                                             | 
                                                            Number of bytes in the parameters buffer. | 
Return Value
0: Operation was successful
Otherwise: There was an error.
Comments
This function is now obsolete, and is not implemented by any of the cipher objects.