Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Ddriver_common.c29 pInputBuffInfo->dataBuffNs = buffNs; in SetDataBuffersInfo()
40 pOutputBuffInfo->dataBuffNs = buffNs; in SetDataBuffersInfo()
Dbypass_driver.c80 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessBypass()
81 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_WRITE_HNONSEC, regVal, pOutputBuffInfo->dataBuffNs); in ProcessBypass()
Dchacha_driver.c212 CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessChacha()
213 CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_WRITE_HNONSEC, regVal, pOutputBuffInfo->dataBuffNs); in ProcessChacha()
Daes_driver.c360 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in finalizeCmac()
468 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessAesDrv()
469 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_WRITE_HNONSEC, regVal, pOutputBuffInfo->dataBuffNs); in ProcessAesDrv()
Daesccm_driver.c263 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessAesCcmDrv()
264 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_WRITE_HNONSEC, regVal, pOutputBuffInfo->dataBuffNs); in ProcessAesCcmDrv()
Daesgcm_driver.c377 CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessAesGcm()
378 CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_WRITE_HNONSEC, regVal, pOutputBuffInfo->dataBuffNs); in ProcessAesGcm()
Ddriver_defs.h127 uint8_t dataBuffNs; /*!< HNONSEC buffer attribute (0 for secure, 1 for non-secure) */ member
Dhash_driver.c208 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessHashDrv()