2.3.2 st_Crypto_Sym_StreamCtx

Description

This structure is used to define Context for Stream Symmetric Algorithms.

Structure Elements Data TypeElement NameDescription
uint32_tcryptoSessionIDIt defines the session ID, must be more than zero.
crypto_HandlerType_EsymHandlerType_enEnum for crypto operation handler i.e., SW, HW.
crypto_Sym_CipherOper_EsymCipherOper_enSelection cipher operation is encryption or decryption.
uint8_t*ptr_keyKey for the Symmetric operation.
uint8_tarr_symDataCtx[70]Array for the Context variable data storage.