Implement optimized AES-CTR function for CCM
Introduce new function AES_CNTR_CCM, which takes a job as a parameter, and perform the cipher part of CCM algorithm (AES-CTR), constructing the IV as per the CCM specification, returning the job updating its status to JOB_AES_COMPLETED, reusing the existing AES-CTR code. Change-Id: Ia4cf8b1ee1954982a70468c86de36c984da94f23
Loading
Please register or sign in to comment