IPP LEGACY LIBRARY
get_key_mgmnt()
M
X
800 SERIES PROGRAMMERS GUIDE 229
get_key_mgmnt()
This function is used to check the current Key Management settings.
Prototype
return = get_key_mgmnt(kmm, demf);
int return;
char *kmm, *demf;
Parameters
kmm 1 char binary encoded 7 6 5 4 3 2 1 0
---------------
- - - - - 0 0 0 1DES Master/Session (default)
- - - - - 0 0 1 Mixed Mode (1DES & 3DES GISKE)
- - - - - 0 1 0 3DES GISKE Master/Session
- - - - - 0 1 1
Secure Messaging (not supported on M
x
800 series)
- - - - 0 - - - 1DES DUKPT (default)
- - - - 1 - - - 3DES DUKPT
- - - 0 - - - - Zero Key Support OFF (default)
- - - 1 - - - - Zero Key Support ON
- - 0 - - - - - Empty GISKE session key support OFF (default)
- - 1 - - - - - Empty GISKE session key support ON
- 0 - - - - - - MS keys or KLK key present
- 1 - - - - - - All MS keys and KLK key are clear
0 - - - - - - - MAC Empty Working Key Support OFF (default)
1 - - - - - - - MAC Empty Working Key Support ON