Mistake on this page?
Report an issue in GitHub or email us
Data Fields
secCcmDecMsg_t Struct Reference

CCM-Mode decrypt and authenticate callback parameters structure. More...

#include <sec_api.h>

Data Fields

wsfMsgHdr_t hdr
 
uint8_t * pText
 
uint8_t * pResult
 
uint16_t textLen
 
bool_t success
 

Detailed Description

CCM-Mode decrypt and authenticate callback parameters structure.

Definition at line 93 of file sec_api.h.

Field Documentation

Header.

Definition at line 95 of file sec_api.h.

uint8_t* pResult

Pointer to result buffer (passed into SecCcmDec).

Definition at line 97 of file sec_api.h.

uint8_t* pText

Pointer to decrypted text within result buffer.

Definition at line 96 of file sec_api.h.

bool_t success

TRUE if message is authenticated.

Definition at line 99 of file sec_api.h.

uint16_t textLen

Length of pText in bytes.

Definition at line 98 of file sec_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.