OpenDOF Project
Functions
DOFSecurityModeCCM
DOFSecurityMode

Functions

DOFSecurityMode DOFSecurityModeCCM_Create (DOFCipherAlgorithm algorithm, DOFCipherStrength strength, uint8 macSize, boolean isEncrypt)
 Create a new CCM Security Mode configuration.
 
DOFCipherAlgorithm DOFSecurityModeCCM_GetAlgorithm (const DOFSecurityMode self)
 Retrieve the Cipher specified for the DOFSecurityModeCCM.
 
DOFCipherStrength DOFSecurityModeCCM_GetStrength (const DOFSecurityMode self)
 Retrieve the Cipher strength for the DOFSecurityModeCCM.
 
uint8 DOFSecurityModeCCM_GetMACSize (const DOFSecurityMode self)
 Retrieve the MAC size specified for the DOFSecurityModeCCM.
 
boolean DOFSecurityModeCCM_IsEncrypt (const DOFSecurityMode self)
 Report whether the given DOFSecurityModeCCM specifies that data should be encrypted or not.
 

Detailed Description

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22