Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_buff_attr.c30 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() function
52 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Ddriver_common.c23 drvRet = CC_PalDataBufferAttrGet(pDataIn, dataInSize, INPUT_DATA_BUFFER, &buffNs); in SetDataBuffersInfo()
33 drvRet = CC_PalDataBufferAttrGet(pDataOut, dataOutSize, OUTPUT_DATA_BUFFER, &buffNs); in SetDataBuffersInfo()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_buff_attr.h54 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of data buffe…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal_buff_attr.c24 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/
Dcc_pal_buff_attr.c24 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the … in CC_PalDataBufferAttrGet() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_sbromlib/
Dbsv_aes_driver.c258 … drvRet = CC_PalDataBufferAttrGet((uint8_t*)outputDataAddr, dataSize, OUTPUT_DATA_BUFFER, &buffNs); in ProcessBsvAes()
292 … drvRet = CC_PalDataBufferAttrGet((uint8_t*)inputDataAddr, dataSize, INPUT_DATA_BUFFER, &buffNs); in ProcessBsvAes()
Dbsv_hash_driver.c115 … drvRet = CC_PalDataBufferAttrGet((uint8_t*)inputDataAddr, dataInSize, INPUT_DATA_BUFFER, &buffNs); in ProcessBsvHash()
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/
Dcc312.c33 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, in CC_PalDataBufferAttrGet() function