Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_dma.c63 uint32_t CC_PalDmaBufferMap(uint8_t *pDataBuffer, in CC_PalDmaBufferMap() argument
70 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDmaBufferMap()
92 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, in CC_PalDmaBufferUnmap() argument
100 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDmaBufferUnmap()
161 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, in CC_PalIsDmaBufferContiguous() argument
164 CC_UNUSED_PARAM(pDataBuffer); in CC_PalIsDmaBufferContiguous()
Dcc_pal_buff_attr.c30 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() argument
43 addInfo = cmse_TT((unsigned char*)pDataBuffer); in CC_PalDataBufferAttrGet()
52 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() argument
58 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDataBufferAttrGet()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal_dma.c60 uint32_t CC_PalDmaBufferMap(uint8_t *pDataBuffer, in CC_PalDmaBufferMap() argument
83 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, in CC_PalDmaBufferUnmap() argument
137 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, in CC_PalIsDmaBufferContiguous() argument
Dcc_pal_buff_attr.c24 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() argument
30 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDataBufferAttrGet()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/
Dcc_pal_dma.c59 uint32_t CC_PalDmaBufferMap(uint8_t *pDataBuffer, in CC_PalDmaBufferMap() argument
82 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, in CC_PalDmaBufferUnmap() argument
136 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, in CC_PalIsDmaBufferContiguous() argument
Dcc_pal_buff_attr.c24 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the … in CC_PalDataBufferAttrGet() argument
30 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDataBufferAttrGet()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_dma.h56 … uint8_t *pDataBuffer, /*!< [in] The address of the buffer to map. */
81 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, /*!< [in] The address o…
127 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, /*!< [in] The addres…
Dcc_pal_buff_attr.h54 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of data buffe…
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/
Dcc312.c33 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, in CC_PalDataBufferAttrGet() argument
41 if (cmse_check_address_range((void*)pDataBuffer, buffSize, CMSE_NONSECURE)) { in CC_PalDataBufferAttrGet()
45 if (pDataBuffer >= (uint8_t *)NS_DATA_START && in CC_PalDataBufferAttrGet()
46 (pDataBuffer + buffSize) <= (uint8_t *)NS_DATA_LIMIT) { in CC_PalDataBufferAttrGet()