9.13.3.4.172. Function sss_se05x_cipher_init¶
Defined in File fsl_sss_se05x_apis.h
9.13.3.4.172.1. Function Documentation¶
-
sss_status_t
sss_se05x_cipher_init(sss_se05x_symmetric_t *context, uint8_t *iv, size_t ivLen)¶ Symmetric cipher init. The function starts the symmetric cipher operation.
- Return
Status of the operation
- Parameters
context: Pointer to symmetric crypto context.iv: Buffer containing the symmetric operation Initialization Vector.ivLen: Length of the Initialization Vector in bytes.
- Return Value
kStatus_SSS_Success: The operation has completed successfully.kStatus_SSS_Fail: The operation has failed.
