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. | |