Modules | |
DOFSecurityModeCCM | |
Files | |
file | oal.h |
Header file for the C OAL functions, defines and data types. | |
Typedefs | |
typedef struct DOFSecurityMode_t * | DOFSecurityMode |
Security Mode Configuration. | |
Enumerations | |
enum | DOFSecurityModeType { DOFSECURITYMODETYPE_CCM } |
The Security Mode Type represents the different security modes available, as defined by DOF Security. More... | |
Functions | |
void | DOFSecurityMode_Destroy (DOFSecurityMode self) |
Destroy the given DOFSecurityMode. | |
DOFSecurityModeType | DOFSecurityMode_GetModeType (DOFSecurityMode self) |
Get the security mode type. | |
DOFSecurityMode | DOFSecurityMode_Copy (const DOFSecurityMode self) |
Create a new copy of an existing DOFSecurityMode. | |
uint32 | DOFSecurityMode_GetMarshalSize (const DOFSecurityMode self) |
Report the number of bytes required in a buffer to marshal a DOFSecurityMode. | |
uint32 | DOFSecurityMode_Marshal (const DOFSecurityMode self, uint32 size, uint8 *buffer) |
Marshals the given DOFSecurityMode to the given buffer. | |