FKME
FLAM Key Management Exit (FKME) Service Provider Interface (SPI)
FKME function

This is the only function which must be provided as DLL/SO or load module to fulfill the FLAM Key Management Exit (FKME) Service Provider Interface (SPI). More...

Typedefs

typedef void TfFlamKme(const U32 *piFuco, I32 *piRetco, const U32 *piParLen, const C08 *pcParam, U32 *piDataLen, U08 *pcData, U32 *piKeyLen, U08 *pcKey, U32 *piMsgLen, C08 *pcMessage)
 FKME main function.
 

Detailed Description

This is the only function which must be provided as DLL/SO or load module to fulfill the FLAM Key Management Exit (FKME) Service Provider Interface (SPI).

Typedef Documentation

◆ TfFlamKme

typedef void TfFlamKme(const U32 *piFuco, I32 *piRetco, const U32 *piParLen, const C08 *pcParam, U32 *piDataLen, U08 *pcData, U32 *piKeyLen, U08 *pcKey, U32 *piMsgLen, C08 *pcMessage)

FKME main function.

This is the main function which must be implemented for user specific key management of a FLAM$FILE.

The return code must be set as output parameter by the service provider. The function code is an input parameter and contains one of the values defined in this section. Depending on the provided function code the pcCryKey and pcData are handled in different ways. As last parameter pair a info or error message must be provided by the service.

Parameters
[in]piFucoINTEGER Function code
[out]piRetcoINTEGER Return code
[in]piParLenINTEGER Parameter length
[in]pcParamPOINTER Input parameter
[in,out]piDataLenINTEGER Data length
[in,out]pcDataPOINTER Data (black box)
[in,out]piKeyLenINTEGER Key length
[in,out]pcKeyPOINTER Key
[out]piMsgLenINTEGER Message length
[out]pcMessagePOINTER Message