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/ |
| D | driver_common.c | 29 pInputBuffInfo->dataBuffNs = buffNs; in SetDataBuffersInfo() 40 pOutputBuffInfo->dataBuffNs = buffNs; in SetDataBuffersInfo()
|
| D | bypass_driver.c | 80 … 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()
|
| D | chacha_driver.c | 212 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()
|
| D | aes_driver.c | 360 … 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()
|
| D | aesccm_driver.c | 263 … 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()
|
| D | aesgcm_driver.c | 377 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()
|
| D | driver_defs.h | 127 uint8_t dataBuffNs; /*!< HNONSEC buffer attribute (0 for secure, 1 for non-secure) */ member
|
| D | hash_driver.c | 208 … CC_REG_FLD_SET(HOST_RGF, AHBM_HNONSEC, AHB_READ_HNONSEC, regVal, pInputBuffInfo->dataBuffNs); in ProcessHashDrv()
|