Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c55 #define DESC_PAYLOAD_SIZE_MASK 0x0000FFFFu macro
779 descriptor[6] |= (ivSize & DESC_PAYLOAD_SIZE_MASK); in caam_aes_gcm_non_blocking()
787 descriptor[8] |= (aadSize & DESC_PAYLOAD_SIZE_MASK); in caam_aes_gcm_non_blocking()
1045 descriptor[16] |= (aadSize & DESC_PAYLOAD_SIZE_MASK); in caam_aes_ccm_non_blocking()
4445 descriptor[3] |= ((uint32_t)fifostType << 16) | (dataSize & DESC_PAYLOAD_SIZE_MASK); in CAAM_BLACK_GetKeyBlacken()
4901 descriptor[10] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_EncryptEcbNonBlocking()
4903 descriptor[12] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_EncryptEcbNonBlocking()
4985 descriptor[10] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_DecryptEcbNonBlocking()
4987 descriptor[12] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_DecryptEcbNonBlocking()
5076 descriptor[10] |= (size & DESC_PAYLOAD_SIZE_MASK); in CAAM_DES_EncryptCbcNonBlocking()
[all …]