FKME
FLAM Key Management Exit (FKME) Service Provider Interface (SPI)
|
Function codes for key management exit. More...
Macros | |
#define | FLAMKME_FUCO_DECO 0 |
Function code for decompression/decryption. | |
#define | FLAMKME_FUCO_COMP 1 |
Function code for compression/encryption. | |
#define | FLAMKME_FUCO_CHNG 2 |
Function code for translation of the data key from one KEK to another. | |
#define | FLAMKME_FUCO_RENW 3 |
Function code for renewal of the data key encryption. | |
#define | FLAMKME_FUCO_INFO 0xFFFFFFFF |
Function code to provide information. | |
Function codes for key management exit.
The function codes below are given by the exit driver as input to the service provider interface to define the function to be called and how the parameter are used.
#define FLAMKME_FUCO_CHNG 2 |
Function code for translation of the data key from one KEK to another.
#define FLAMKME_FUCO_COMP 1 |
Function code for compression/encryption.
#define FLAMKME_FUCO_DECO 0 |
Function code for decompression/decryption.
#define FLAMKME_FUCO_INFO 0xFFFFFFFF |
Function code to provide information.
#define FLAMKME_FUCO_RENW 3 |
Function code for renewal of the data key encryption.