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/ |
D | cc_pal_buff_attr.c | 30 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/ |
D | driver_common.c | 23 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/ |
D | cc_pal_buff_attr.h | 54 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/ |
D | cc_pal_buff_attr.c | 24 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/ |
D | cc_pal_buff_attr.c | 24 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/ |
D | bsv_aes_driver.c | 258 … 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()
|
D | bsv_hash_driver.c | 115 … drvRet = CC_PalDataBufferAttrGet((uint8_t*)inputDataAddr, dataInSize, INPUT_DATA_BUFFER, &buffNs); in ProcessBsvHash()
|
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/ |
D | cc312.c | 33 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, in CC_PalDataBufferAttrGet() function
|