Home
last modified time | relevance | path

Searched refs:CCDmaAddr_t (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/reg/
Dcrypto_driver.c43 void SBROM_CryptoInitDriver(unsigned long hwBaseAddress, CCDmaAddr_t aesKeyAddr, CCDmaAddr_t aesIvA… in SBROM_CryptoInitDriver()
183 …ROM_CryptoUpdateBlockDriver(unsigned long hwBaseAddress, CCDmaAddr_t inputDataAddr, CCDmaAddr_t ou… in SBROM_CryptoUpdateBlockDriver()
258 CCError_t SBROM_CryptoFinishDriver(unsigned long hwBaseAddress, CCDmaAddr_t hashResult) in SBROM_CryptoFinishDriver()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/
Dcc_address_defs.h34 typedef uint32_t CCDmaAddr_t; typedef
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/pal/cc3x/
Dcc_pal_sb_plat.h29 typedef uint32_t CCDmaAddr_t; typedef
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/linux/
Dcc_pal_dma_plat.h27CCDmaAddr_t physBuffAddr /*!< [in] Physical start address of the memory to map. */);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/mbedos/
Dcc_pal_dma_plat.h29CCDmaAddr_t physBuffAddr /*!< [in] Physical start address of the memory to map. */);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/no_os/
Dcc_pal_dma_plat.h28CCDmaAddr_t physBuffAddr /*!< [in] Physical start address of the memory to map. */);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/freertos/
Dcc_pal_dma_plat.h29CCDmaAddr_t physBuffAddr /*!< [in] Physical start address of the memory to map. */);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_memmap.h48 CCDmaAddr_t physicalAddress,
Dcc_pal_dma.h33 CCDmaAddr_t blockPhysAddr; /*!< The physical address of the user buffer.*/
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal_memmap.c34 uint32_t CC_PalMemMap(CCDmaAddr_t physicalAddress, in CC_PalMemMap()
Dcc_pal_dma.c30 CCDmaAddr_t physBuffAddr) in CC_PalDmaInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/
Dcc_pal_memmap.c35 uint32_t CC_PalMemMap(CCDmaAddr_t physicalAddress, in CC_PalMemMap()
Dcc_pal_dma.c26 CCDmaAddr_t physBuffAddr) in CC_PalDmaInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal_memmap.c39 uint32_t CC_PalMemMap(CCDmaAddr_t physicalAddress, in CC_PalMemMap()
Dcc_pal_dma.c27 CCDmaAddr_t physBuffAddr) in CC_PalDmaInit()