Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 7 of 7) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_cryp_aes.c107 uint8_t* Input, uint32_t Ilength, uint8_t* Output) in CRYP_AES_ECB()
296 uint8_t *Output) in CRYP_AES_CBC()
498 uint8_t *Output) in CRYP_AES_CTR()
674 uint8_t *Output, uint8_t *AuthTAG) in CRYP_AES_GCM()
1140 uint8_t *Output, in CRYP_AES_CCM()
Dstm32f4xx_cryp_tdes.c101 uint32_t Ilength, uint8_t *Output) in CRYP_TDES_ECB()
209 uint8_t *Input, uint32_t Ilength, uint8_t *Output) in CRYP_TDES_CBC()
Dstm32f4xx_cryp_des.c100 uint32_t Ilength, uint8_t *Output) in CRYP_DES_ECB()
201 uint8_t *Input, uint32_t Ilength, uint8_t *Output) in CRYP_DES_CBC()
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_cryp.c946 …peDef HAL_CRYP_Encrypt(CRYP_HandleTypeDef *hcryp, uint32_t *Input, uint16_t Size, uint32_t *Output, in HAL_CRYP_Encrypt()
1119 …peDef HAL_CRYP_Decrypt(CRYP_HandleTypeDef *hcryp, uint32_t *Input, uint16_t Size, uint32_t *Output, in HAL_CRYP_Decrypt()
1292 …ef HAL_CRYP_Encrypt_IT(CRYP_HandleTypeDef *hcryp, uint32_t *Input, uint16_t Size, uint32_t *Output) in HAL_CRYP_Encrypt_IT()
1455 …ef HAL_CRYP_Decrypt_IT(CRYP_HandleTypeDef *hcryp, uint32_t *Input, uint16_t Size, uint32_t *Output) in HAL_CRYP_Decrypt_IT()
1622 …f HAL_CRYP_Encrypt_DMA(CRYP_HandleTypeDef *hcryp, uint32_t *Input, uint16_t Size, uint32_t *Output) in HAL_CRYP_Encrypt_DMA()
1854 …f HAL_CRYP_Decrypt_DMA(CRYP_HandleTypeDef *hcryp, uint32_t *Input, uint16_t Size, uint32_t *Output) in HAL_CRYP_Decrypt_DMA()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_wapi_sms4.c84 void SMS4Crypt(u8 *Input, u8 *Output, u32 *rk) in SMS4Crypt()
181 u8 *Output, u16 *OutputLength, u32 CryptFlag) in WapiSMS4Cryption()
219 u8 *Output, u16 *OutputLength) in WapiSMS4Encryption()
226 u8 *Output, u16 *OutputLength) in WapiSMS4Decryption()
233 u8 *Input2, u16 Input2Length, u8 *Output, u8 *OutputLength) in WapiSMS4CalculateMic()
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_rtc_ex.h101 uint32_t Output; /*!< Specifies the TAMP output to be compared with. member
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_rtc.h849 __STATIC_INLINE void LL_RTC_SetAlarmOutputType(RTC_TypeDef *RTCx, uint32_t Output) in LL_RTC_SetAlarmOutputType()