SEC_LoadE2EE API for Telium Tetra
1.12.1
Lib API
|
SEC_LoadE2EE_interface.h
Go to the documentation of this file.
int SEC_DukptE2EE_LoadInitialKey(T_SEC_PARTTYPE exSecureType, T_SEC_DATAKEY_ID *pt_stxDukptId, T_SEC_DATAKEY_ID *pt_stxCipherKeyId, unsigned char *pt_ucxInitialKeyValue)
To load the Initial Key (16 bytes TDES Dukpt) for DATA DUKPT algoritm.
int SEC_DukptE2EE_CancelKeys(T_SEC_PARTTYPE exSecureType, T_SEC_DATAKEY_ID *pt_stxDukptId)
To stop and delete the data of TDES DATA DUKPT algoritm used schemes NAM_TLV_LOAD_DUKPT_E2EE ...
int SEC_DukptE2EE_GetCurrentState(T_SEC_PARTTYPE exSecureType, T_SEC_DATAKEY_ID *pt_stxDukptId, int *pt_ixStatus)
To get the current status of DTDES DATA DUKPT algoritm used schemes NAM_TLV_LOAD_DUKPT_E2EE ...
int SEC_DukptE2EE_CreateKeys(T_SEC_PARTTYPE exSecureType, T_SEC_DATAKEY_ID *pt_stxDukptId)
To generate the initial Key (16 bytes TDES Dukpt) for DATA DUKPT algoritm by derivation of the Key Se...
int SEC_DukptE2EE_GetCurrentSMID(T_SEC_PARTTYPE exSecureType, T_SEC_DATAKEY_ID *pt_stxDukptId, unsigned char *pt_ucxOutputSMID)
To get the status and the current transaction SMID of the DATA TDES DUKPT algorithm used schemes NAM_...
int SEC_DukptE2EE_LoadKSN(T_SEC_PARTTYPE exSecureType, T_SEC_DATAKEY_ID *pt_stxDukptId, unsigned char *pt_ucxKSNValue)
To load the Key Serial Number (KSN) for DATA DUKPT algorithm used schemes NAM_TLV_LOAD_DUKPT_E2EE ...
