Home
last modified time | relevance | path

Searched refs:DataSize (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_prim.c68 size_t DataSize, in CC_RsaPrimEncrypt() argument
113 if (DataSize > sizeof(PrimeData_ptr->DataIn)) in CC_RsaPrimEncrypt()
131 Data_ptr, DataSize); in CC_RsaPrimEncrypt()
215 size_t DataSize, in CC_RsaPrimDecrypt() argument
267 if (DataSize == 0 || DataSize > nSizeInBytes) in CC_RsaPrimDecrypt()
278 PrimeData_ptr->DataIn, 4*((nSizeInBytes+3)/4), Data_ptr, DataSize); in CC_RsaPrimDecrypt()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_rsa_prim.h51 …size_t DataSize, /*!< [in] The size (in bytes) of the data to encrypt. Da…
79 …size_t DataSize, /*!< [in] The size (in bytes) of the data to decrypt. Mu…
Dcc_rsa_schemes.h84 …ypt(rndContext_ptr, UserPubKey_ptr,PrimeData_ptr,HashMode,L,Llen,MGF,Data_ptr,DataSize,Output_ptr)\ argument
85 …dContext_ptr, UserPubKey_ptr,PrimeData_ptr,HashMode,L,Llen,MGF,Data_ptr,DataSize,Output_ptr,CC_PKC…
156 #define CC_RsaOaepDecrypt(UserPrivKey_ptr,PrimeData_ptr,HashMode,L,Llen,MGF,Data_ptr,DataSize,Outpu… argument
157 …CC_RsaSchemesDecrypt(UserPrivKey_ptr,PrimeData_ptr,HashMode,L,Llen,MGF,Data_ptr,DataSize,Output_pt…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common.h235 uint32_t DataSize);
268 uint32_t DataSize);
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_uart_ex.c937 assert_param(IS_UART_TX_DATA_SIZE(sConfig->DataSize)); in HAL_UARTEx_SetConfigAutonomousMode()
962 tmpreg = ((sConfig->DataSize << USART_AUTOCR_TDN_Pos) | (sConfig->TriggerPolarity) | \ in HAL_UARTEx_SetConfigAutonomousMode()
1002 sConfig->DataSize = (tmpreg & USART_AUTOCR_TDN); in HAL_UARTEx_GetConfigAutonomousMode()
Dstm32u5xx_hal_dma_ex.c3772 pNode->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = (pNodeConfig->DataSize & DMA_CBR1_BNDT); in DMA_List_BuildNode()
3991 pNodeConfig->DataSize = pNode->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] & DMA_CBR1_BNDT; in DMA_List_GetNodeConfig()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_uart_ex.h75 uint32_t DataSize; /*!< Specifies the transmitted data size in byte */ member
Dstm32u5xx_hal_dma_ex.h149 …uint32_t DataSize; /*!< Specifies the source data size in bytes … member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_dma_ex.h149 …uint32_t DataSize; /*!< Specifies the source data size in bytes … member
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma_ex.c3770 pNode->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] = (pNodeConfig->DataSize & DMA_CBR1_BNDT); in DMA_List_BuildNode()
3989 pNodeConfig->DataSize = pNode->LinkRegisters[NODE_CBR1_DEFAULT_OFFSET] & DMA_CBR1_BNDT; in DMA_List_GetNodeConfig()