3.10.1 mcKeyI_KeyManagerInit
C
/* Algorithms key initialization */
void mcKeyI_KeyManagerInit(void)
Summary
Key manager algorithms initialization
Description
This function initializes the key manager by setting the IPD and ZSMT algorithm keys
in the global key data structure mcKeyI_AlgorithmKeys_gds
.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None. |
Returns
None
Example
/** Algorithms key initialization */
mcKeyI_KeyManagerInit();
Remarks
None.