| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_stdlib.c | 127 void cc3xx_dpa_hardened_word_copy(volatile uint32_t *dst, in cc3xx_dpa_hardened_word_copy() 143 void cc3xx_dpa_hardened_word_copy(volatile uint32_t *dst, in cc3xx_dpa_hardened_word_copy()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/dma/dma350/ |
| D | dma350_checker_layer.c | 35 enum dma350_lib_error_t dma350_check_dst_unpriv_access(const void* dst, uint32_t size) in dma350_check_dst_unpriv_access() 43 static enum dma350_lib_error_t dma350_check_src_dst_unpriv_access(const void* src, const void* dst,… in dma350_check_src_dst_unpriv_access()
|
| D | dma350_checker_layer.h | 41 void* dst; /*!< Destination start address */ member 49 void* dst; /*!< Destination start address */ member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/ |
| D | efi.h | 22 static inline void *guidcpy(void *dst, const void *src) { in guidcpy()
|
| /trusted-firmware-m-latest/bl2/ext/mcuboot/ |
| D | flash_map_extended.c | 80 void *dst, uint32_t len) in flash_area_read_is_empty()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | dpa_hardened_word_copy.c | 103 void dpa_hardened_word_copy(volatile uint32_t *dst, in dpa_hardened_word_copy()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | sha1_alt.c | 38 void mbedtls_sha1_clone( mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
|
| D | sha256_alt.c | 37 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
|
| D | rsa_alt.c | 2715 int mbedtls_rsa_copy( mbedtls_rsa_context *dst, const mbedtls_rsa_context *src ) in mbedtls_rsa_copy()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | sha1_alt.c | 79 void mbedtls_sha1_clone(mbedtls_sha1_context *dst, in mbedtls_sha1_clone()
|
| D | sha256_alt.c | 80 void mbedtls_sha256_clone(mbedtls_sha256_context *dst, in mbedtls_sha256_clone()
|
| D | ecp_curves_alt.c | 942 static inline void add64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *src, mbedtls_mpi_uint *carry ) in add64() 955 static inline void carry64( mbedtls_mpi_uint *dst, mbedtls_mpi_uint *carry ) in carry64() 1048 static inline void add32( uint32_t *dst, uint32_t src, signed char *carry ) in add32() 1054 static inline void sub32( uint32_t *dst, uint32_t src, signed char *carry ) in sub32()
|
| D | rsa_alt.c | 1405 static int mgf_mask( unsigned char *dst, size_t dlen, unsigned char *src, in mgf_mask() 2188 unsigned char *dst ) in rsa_rsassa_pkcs1_v15_encode() 2679 int mbedtls_rsa_copy( mbedtls_rsa_context *dst, const mbedtls_rsa_context *src ) in mbedtls_rsa_copy()
|
| D | ecp_alt.c | 683 int mbedtls_ecp_group_copy( mbedtls_ecp_group *dst, const mbedtls_ecp_group *src ) in mbedtls_ecp_group_copy()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
| D | tst_common.c | 75 unsigned char *dst, *src; in TST_MemCpyReversed() local
|
| /trusted-firmware-m-latest/bl2/src/ |
| D | flash_map.c | 113 int flash_area_read(const struct flash_area *area, uint32_t off, void *dst, in flash_area_read()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_pka.c | 1834 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8() 1884 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32() 1932 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_pka.c | 2040 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8() 2090 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32() 2138 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_pka.c | 2039 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8() 2089 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32() 2137 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/ |
| D | armv7m_mpu.h | 249 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
|
| D | armv8m_mpu.h | 358 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/Native_Driver/ |
| D | gfc100_eflash_drv.c | 244 uint8_t *dst = (uint8_t *)to_ptr; in copy_from_data_regs() local
|