/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
D | cc_pal_dma.c | 29 uint32_t CC_PalDmaInit(uint32_t buffSize, in CC_PalDmaInit() argument 32 CC_UNUSED_PARAM(buffSize); in CC_PalDmaInit() 64 uint32_t buffSize, in CC_PalDmaBufferMap() argument 71 CC_UNUSED_PARAM(buffSize); in CC_PalDmaBufferMap() 93 uint32_t buffSize, in CC_PalDmaBufferUnmap() argument 101 CC_UNUSED_PARAM(buffSize); in CC_PalDmaBufferUnmap() 122 uint32_t CC_PalDmaContigBufferAllocate(uint32_t buffSize, in CC_PalDmaContigBufferAllocate() argument 125 CC_UNUSED_PARAM(buffSize); in CC_PalDmaContigBufferAllocate() 142 uint32_t CC_PalDmaContigBufferFree(uint32_t buffSize, in CC_PalDmaContigBufferFree() argument 145 CC_UNUSED_PARAM(buffSize); in CC_PalDmaContigBufferFree() [all …]
|
D | cc_pal_buff_attr.c | 31 … size_t buffSize, /*!< [in] Buffer size in bytes. */ in CC_PalDataBufferAttrGet() argument 37 CC_UNUSED_PARAM(buffSize); in CC_PalDataBufferAttrGet() 53 … size_t buffSize, /*!< [in] Buffer size in bytes. */ in CC_PalDataBufferAttrGet() argument 59 CC_UNUSED_PARAM(buffSize); in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/ |
D | cc_pal_dma.c | 26 uint32_t CC_PalDmaInit(uint32_t buffSize, in CC_PalDmaInit() argument 29 buffSize = buffSize; // to remove compilation warnings in CC_PalDmaInit() 61 uint32_t buffSize, in CC_PalDmaBufferMap() argument 84 uint32_t buffSize, in CC_PalDmaBufferUnmap() argument 104 uint32_t CC_PalDmaContigBufferAllocate(uint32_t buffSize, in CC_PalDmaContigBufferAllocate() argument 121 uint32_t CC_PalDmaContigBufferFree(uint32_t buffSize, in CC_PalDmaContigBufferFree() argument 138 uint32_t buffSize) in CC_PalIsDmaBufferContiguous() argument
|
D | cc_pal_buff_attr.c | 25 … size_t buffSize, /*!< [in] Buffer size in bytes. */ in CC_PalDataBufferAttrGet() argument 31 CC_UNUSED_PARAM(buffSize); in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/ |
D | cc_pal_dma.c | 25 uint32_t CC_PalDmaInit(uint32_t buffSize, in CC_PalDmaInit() argument 28 CC_UNUSED_PARAM(buffSize); in CC_PalDmaInit() 60 uint32_t buffSize, in CC_PalDmaBufferMap() argument 83 uint32_t buffSize, in CC_PalDmaBufferUnmap() argument 103 uint32_t CC_PalDmaContigBufferAllocate(uint32_t buffSize, in CC_PalDmaContigBufferAllocate() argument 120 uint32_t CC_PalDmaContigBufferFree(uint32_t buffSize, in CC_PalDmaContigBufferFree() argument 137 uint32_t buffSize) in CC_PalIsDmaBufferContiguous() argument
|
D | cc_pal_buff_attr.c | 25 … size_t buffSize, /*!< [in] Buffer size in bytes. */ in CC_PalDataBufferAttrGet() argument 31 CC_UNUSED_PARAM(buffSize); in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
D | cc_pal_dma.h | 57 … uint32_t buffSize, /*!< [in] The buffer size in Bytes. */ 82 … uint32_t buffSize, /*!< [in] The buffer size in Bytes. */ 104 uint32_t CC_PalDmaContigBufferAllocate(uint32_t buffSize, /*!< [in] The buffer size in Byt… 115 uint32_t CC_PalDmaContigBufferFree(uint32_t buffSize, /*!< [in] The buffer size in Bytes. … 128 … uint32_t buffSize /*!< [in] The size of the user buffer. */);
|
D | cc_pal_buff_attr.h | 55 … size_t buffSize, /*!< [in] Buffer size in bytes. */
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_util_log.h | 55 #define UTIL_REVERSE_WORD_ORDER(buff, buffSize) {\ argument 58 if (buffSize % WORD_BYTE_SIZE) {\ 59 memset(buff, 0, buffSize);\ 61 while ((i+3)<buffSize) {\
|
D | common_crypto_sym.c | 174 uint32_t buffSize, in CC_CommonAesCbcMacEncrypt() argument 186 (0 == buffSize)) { in CC_CommonAesCbcMacEncrypt() 193 pOutBuff = malloc(buffSize); in CC_CommonAesCbcMacEncrypt() 207 AES_cbc_encrypt(pBuff, pOutBuff, buffSize, &aesKey, pIv, AES_ENCRYPT); in CC_CommonAesCbcMacEncrypt()
|
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/ |
D | cc312.c | 34 size_t buffSize, uint8_t buffType, in CC_PalDataBufferAttrGet() argument 41 if (cmse_check_address_range((void*)pDataBuffer, buffSize, CMSE_NONSECURE)) { in CC_PalDataBufferAttrGet() 46 (pDataBuffer + buffSize) <= (uint8_t *)NS_DATA_LIMIT) { in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/no_os/ |
D | cc_pal_dma_plat.h | 27 extern uint32_t CC_PalDmaInit(uint32_t buffSize, /*!< [in] Buffer size in Bytes. */
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/freertos/ |
D | cc_pal_dma_plat.h | 28 extern uint32_t CC_PalDmaInit(uint32_t buffSize, /*!< [in] Buffer size in Bytes. */
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/linux/ |
D | cc_pal_dma_plat.h | 26 extern uint32_t CC_PalDmaInit(uint32_t buffSize, /*!< [in] Buffer size in Bytes. */
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/mbedos/ |
D | cc_pal_dma_plat.h | 28 extern uint32_t CC_PalDmaInit(uint32_t buffSize, /*!< [in] Buffer size in Bytes. */
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/ |
D | cc_ffc_domain.h | 68 #define CHECK_PTR_AND_SIZE(pOut, outSize, buffSize) { \ argument 70 if((outSize > buffSize) err = CC_FFCDH_INVALID_ARGUMENT_SIZE_ERROR; goto End; \
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | ecdsa_edwards.c | 37 …xport_mpi_to_buff(const mbedtls_mpi *mpi, size_t *outBuffSize, unsigned char *buf, size_t buffSize) in ecdsa_export_mpi_to_buff() argument 45 zeroFill = buffSize - actSize; in ecdsa_export_mpi_to_buff() 58 *outBuffSize = buffSize; in ecdsa_export_mpi_to_buff()
|