Home
last modified time | relevance | path

Searched refs:DESC_PAYLOAD_SIZE_MASK (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c55 #define DESC_PAYLOAD_SIZE_MASK 0x0000FFFFu macro
864 descriptor[6] |= (ivSize & DESC_PAYLOAD_SIZE_MASK); in caam_aes_gcm_non_blocking()
872 descriptor[8] |= (aadSize & DESC_PAYLOAD_SIZE_MASK); in caam_aes_gcm_non_blocking()
1133 descriptor[16] |= (aadSize & DESC_PAYLOAD_SIZE_MASK); in caam_aes_ccm_non_blocking()
4800 descriptor[3] |= ((uint32_t)fifostType << 16) | (dataSize & DESC_PAYLOAD_SIZE_MASK); in CAAM_BLACK_GetKeyBlacken()
5254 descriptor[10] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_EncryptEcbNonBlocking()
5256 descriptor[12] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_EncryptEcbNonBlocking()
5338 descriptor[10] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_DecryptEcbNonBlocking()
5340 descriptor[12] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_DecryptEcbNonBlocking()
5429 descriptor[10] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_EncryptCbcNonBlocking()
[all …]