Constants for the mcuxClMacModes component. More...
#include <mcuxClConfig.h>Go to the source code of this file.
Macros | |
| #define | MCUXCLMAC_CBCMAC_OUTPUT_SIZE |
| Size of CBCMAC output in bytes: 128 bits (16 bytes) More... | |
| #define | MCUXCLMAC_CBCMAC_OUTPUT_SIZE_IN_WORDS |
| Size of CBCMAC output in bytes: 128 bits (16 bytes) More... | |
| #define | MCUXCLMAC_CMAC_OUTPUT_SIZE |
| Size of CMAC output in bytes: 128 bits (16 bytes) More... | |
| #define | MCUXCLMAC_CMAC_OUTPUT_SIZE_IN_WORDS |
| Size of CMAC output in bytes: 128 bits (16 bytes) More... | |
| #define | MCUXCLMAC_HMAC_SHA_256_OUTPUT_SIZE |
| Size of HMAC SHA-256 output in bytes: 256 bits (32 bytes) More... | |
| #define | MCUXCLMAC_HMAC_SHA_256_OUTPUT_SIZE_IN_WORDS |
| Size of HMAC SHA-256 output in bytes: 256 bits (32 bytes) More... | |
| #define | MCUXCLMAC_MAX_OUTPUT_SIZE |
| #define | MCUXCLMAC_MAX_OUTPUT_SIZE_IN_WORDS |
| #define | MCUXCLMAC_HMAC_SHA_256_BLOCK_SIZE |
| #define | MCUXCLMAC_HMAC_SIZE_OF_LENGTH_FIELD |
| #define | MCUXCLMAC_HMAC_MIN_PADDING_LENGTH |
| Size of minimum HMAC padding length. More... | |
| #define | MCUXCLMACMODES_GET_HMAC_INPUTBUFFER_LENGTH(dataLength) |
| Formula to calculate input buffer size for HMAC with SHA-256. More... | |
Constants for the mcuxClMacModes component.