TA_OpenSessionEntryPoint
API Format
TA_OpenSessionEntryPoint(uint32_t paramTypes, TEE_Param params[4], void** sessionContexts)
Function Description
Called by the TEE to create the session when a CA requests creating a session with a TA.
Parameter Description
- paramTypes: attribute values of four parameters.
- params: pointer to the four parameter arrays.
- sessionContext: level-2 pointer to a session.
Parent topic: TA Mandatory APIs